normTheme Name: Clear Line
*/

*{
	margin: 0;
	padding: 0;
}

.smaller {
	font-size: 90%;
}

/**** General 設定 ********/

/* body */

body {
	font-size: 14px;
	font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
	font-weight: normal;
	color: #505050;
	border-left-width: 0px;
	border-right-width: 0px;
	border-left-style: none;
	border-right-style: none;
	border-left-color: gray;
	border-right-color: gray;
	background-color: white;
}

/* ALIGN */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 7px;
}

.alignright {
	float: right;
	margin-left: 7px;
}


/***** END General 設定 ****/

/**** LAYOUT ***/

#header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(img/header_bg_image2.png);
	background-position: left top;
	background-repeat: repeat-x;
	height: 210px;
	background-color: white;
}

#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1030px;
	background-color: #ffffff;
	padding-top: 17px;
}

#wrapper {
	background-color: #ffffff;
	padding-top: 0px;
}

#content-wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 3px;
}

#outer-footer {
	padding-top: 10px ;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #73b655;
	background-color: #ddffee;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #73b655;
}

#footer {

}

/********* layout end ******/




/********* Header 内設定 ***/

#masthead {
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	background-color: transparent;
	height: 110px;
}

#masthead h1 {
	font-size: 11px;
	letter-spacing: 0.01em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: black;
}

#masthead a:visited {
	border-bottom-width: medium;
	border-bottom-style: none;
	text-decoration: none;
	color: black;
}

#masthead a:focus,#masthead a:active, #masthead a:hover {
	border-bottom-width: medium;
	border-bottom-style: none;
	text-decoration: none;
	color: black;
}

#headerLogo {
	height: 80px;	
	
}

#header a.blankheader {
	display: block;
	height: 48px;
	width: 300px;
}

#header .description {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 80px;
	padding-bottom: 5px;
}

#header a.subscribe-button {
	display: block;
	float: right;
	margin-top: 15px;
}

#header a.subscribe-button:hover {
	margin-top: 22px;
}

#btop {
	font-size: 11px;
	letter-spacing: 0.01em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    height: 20px;
	color: black;
}

#hprss  {
   position: absolute;
   top: 10px;
   left: 0;
   right:10px;
   float: right;
}

#hpb-inner {
    position: relative;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    zoom: 1;
}


#hpb-inner:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-inner_h {
    position: relative;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    zoom: 1;
}

#hpb-inner_h:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/**header ナビゲーション***/

#hp-nav {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	height: 50px;
	border-left-width: 0px;
	border-left-color: #009900;
	border-left-style: solid;   
}

#hp-nav ul {
    width:100%;
    margin-top: 0px;
    margin-right: 1px;
    margin-bottom: 0;
    margin-left: 1px;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#hp-nav li {
	display: block;
	margin-left: 3px;
	margin-right: 3px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #009900;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #009900;
	background-image : url(img/hp_nav_bar.png);
	background-position: center top;
	background-repeat: repeat-x;
	float: left;
	height: 44px;
}

* html #hpb-nav li {
    width: 120px; /* for IE6 */
}

#hp-nav li a {
    display: block;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    letter-spacing: 0.33em;	
}

#hp-nav li span.en {
    display: block;
    line-height: 22px;
    font-weight: bold;
    font-size: 0.85em;
    height: 22px;
}

#hp-nav li span.ja {
    display: block;
    line-height: 18px;
    font-size: 0.85em;
    font-weight: bold;
    height: 22px;
}

#hp-nav li span.ja2 {
    display: block;
    line-height: 15px;
    font-size: 10px;
    padding-top: 5px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    letter-spacing: 0.08em;
}


#hp-nav a:link {
	color: white;
	text-decoration: none;
}

#hp-nav a:visited {
	color: white;
	text-decoration: none;
}

#hp-nav a:hover {
	color: white;
	text-decoration: none;
	cursor: pointer;
	background-image: url(img/hp_nav_bar_h.png);
	background-position: left top;
	background-repeat: repeat-x;
}



#hp-nav a:active {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

#hp-nav2 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	height: 44px;
	border-left-width: 0px;
	border-left-color: #009900;
	border-left-style: solid;   
}

#hp-nav2 ul {
    width:100%;
    margin-top: 0px;
    margin-right: 1px;
    margin-bottom: 0;
    margin-left: 1px;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#hp-nav2 li {
	display: block;
	margin-left: 3px;
	margin-right: 3px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #009900;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #009900;
	background-image : url(img/hp_nav_bar.png);
	background-position: center top;
	background-repeat: repeat-x;
	float: left;
	height: 44px;
}

* html #hpb-nav2 li {
    width: 120px; /* for IE6 */
}

#hp-nav2 li a {
    display: block;
    padding-top: 0px;
    padding-left: 3px;
    padding-right: 3px;
    letter-spacing: 0.33em;	
}

#hp-nav2 li span.en {
    display: block;
    line-height: 22px;
    font-weight: bold;
    font-size: 0.85em;
    height: 22px;
}

#hp-nav2 li span.ja {
    display: block;
    line-height: 18px;
    font-size: 0.85em;
    font-weight: bold;
    height: 22px;
}

#hp-nav2 li span.ja2 {
    display: block;
    line-height: 15px;
    font-size: 10px;
    padding-top: 5px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    letter-spacing: 0.08em;
}


#hp-nav2 a:link {
	color: white;
	text-decoration: none;
}

#hp-nav2 a:visited {
	color: white;
	text-decoration: none;
}

#hp-nav2 a:hover {
	color: white;
	text-decoration: none;
	cursor: pointer;
	background-image: url(img/hp_nav_bar_h.png);
	background-position: left top;
	background-repeat: repeat-x;
}

#hp-nav2 a:active {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

#hp-nav_underbar {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	height: 2px;
	background-image : url(img/hp_nav_underbar.png);
	background-position: left top;
	background-repeat: repeat-x;
}




/*** END ナビゲーション *****/

/***** END header ***/


/***** SIDEBAR 設定 *****/


#sidebar .subscribe-rss {
	padding: 10px 0 0px 42px;
	height: 30px;
	display: block;
	font-size: 20px;
	margin: 0 0 10px 0;
}

#sidebar a.subscribe-rss:hover {
	color: #000000;
	text-decoration: none;
}

.sidebar {
	font-size: 1em;
}

.widget {
	margin-bottom: 10px;
	line-height: 1.5;
	overflow: hidden;
}

.textwidget {
	padding: 5px 5px 5px 5px;
}

.sidebar a {
	color: #0080ff;
	font-size: 0.95em;
	text-decoration: none;
}

.sidebar .widget_text a:hover {
	text-decoration: underline;
}

.sidebar a:hover {
	color: #0080ff;
	text-decoration: underline;
}


.sidebar li {
	list-style: none;
	margin: 0;
	padding: 7px 5px;
}






.sidebar .widget>ul>li, .sidebar ul.menu>li {
	border-bottom: 0px dotted #eeeeee;
}

ul.children {
	padding-top: 7px;
	padding-left: 12px;
	background-image: none;
}

.sidebar .widget .sub-menu {
	padding-top: 7px;
}

.sidebar li>ul li {
	padding: 7px 5px 7px 10px;
}

.sidebar li a {
	/*display: block;*/
}

.sidebar .blogroll li {
	color: #a0a0a0;
	font-size: 11px;
}

#orange-sidebar .sidebar-content {
	padding-top: 1px;
}

#blue-sidebar, #orange-sidebar, #cyan-sidebar, #green-sidebar, #red-sidebar {
	padding-top: 15px;
}

#sidebar a, .sidebar a {
	text-decoration: none;
}

#sidebar a:hover, .sidebar a:hover {
	text-decoration: underline;
}

#blue-sidebar a, #orange-sidebar a, #cyan-sidebar a, #green-sidebar a, #red-sidebar a {
	text-decoration: none;
}

#blue-sidebar a:hover, #orange-sidebar a:hover, #cyan-sidebar a:hover, #green-sidebar a:hover, #red-sidebar a:hover {
	text-decoration: underline;
}

#sidebar h4, .sidebar h4 {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	color: black;
	font-size: 1em;
	height: 23px;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-image: url(img/sideh_mark.png);
	background-position: 3px center;
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00cc00;
}


#sidebar h4.large, .sidebar h4.large, #blue-sidebar h4.large {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	color: black;
	font-size: 0.87em;
	font-weight: bold;
	letter-spacing: 0.05em;
	height: 38px;
	background-image: url(img/sidebar_mark_large.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00cc00;
}

#sidebar h4.info {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	color: black;
	font-size: 0.87em;
	font-weight: bold;
	letter-spacing: 0.05em;
	height: 30px;
	background-image: url(img/beginner_sidebar_info.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #00cc00;
}

#sidebar p.info {
	font-size: 0.85em;
}

#blue-sidebar h4 {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: black;
	font-size: 0.95em;
	height: 23px;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-image: url(img/sideh_mark.png);
	background-position: 3px center;
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00cc00;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #00cc00;

}

#sidebar h5, .sidebar h5 {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	color: black;
	font-size: 0.85em;
	height: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-image: url(img/kiji_h3_menubar_lightbule.png);
	background-position: center top;
	background-repeat: repeat-x;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: blue;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: blue;
}

#sidebar h5.large , .sidebar h5.large {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: black;
	font-size: 1em;
	height: 45px;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-image: url(img/hbg45_.png);
	background-position: center top;
	background-repeat: repeat-x;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-left-width: 0px;
	border-left-style: solid;
}

#sidebar h5 span.en, .sidebar h5 span.en {
    display: block;
    line-height: 30px;
    font-weight: bold;
    height: 22px;
    overflow: hidden;
}

#sidebar h5 span.ja, .sidebar h5 span.ja {
    display: block;
    line-height: 21px;
    font-weight: bold;
    height: 22px;
    overflow: hidden;
}

.sidebar dl.menu {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-type: none;
	font-size: 1em;
}

.sidebar dt.menu {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: black;
	font-size: 1em;
	height: 22px;
	font-weight: bold;
	letter-spacing: 0.08em;
	background-image: url(img/hbg27.png);
	background-position: center top;
	background-repeat: repeat-x;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-left-width: 0px;
	border-left-style: solid;
}
.sidebar dd.menu {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: black;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
}
.sidebar dt.menu_2 {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: black;
	font-size: 1em;
	height: 40px;
	font-weight: bold;
	letter-spacing: 0.08em;
	background-image: url(img/hbg45.png);
	background-position: center top;
	background-repeat: repeat-x;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-left-width: 0px;
	border-left-style: solid;
}

.sidebar dt.menu_3 {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	color: black;
	font-size: 0.9em;
	height: 40px;
	font-weight: bold;
	letter-spacing: 0.02em;
	background-image: url(img/hbg45.png);
	background-position: center top;
	background-repeat: repeat-x;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-left-width: 0px;
	border-left-style: solid;
}

.sidebar dt.menu_3s {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	color: black;
	font-size: 0.9em;
	letter-spacing: 0.05em;
	height: 22px;
	font-weight: bold;
	letter-spacing: 0.02em;
	background-image: url(img/hbg45.png);
	background-position: center top;
	background-repeat: repeat-x;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-left-width: 0px;
	border-left-style: solid;
}

.sidebar dd.menu_3 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	font-size: 0.95em;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: black;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
}

.sidebar dt.menu_2 span.ja {
	display: block;
	line-height: 21px;
	font-weight: bold;
	height: 22px;
	overflow: hidden;
	text-align: right;
}

.sidebar > :first-child h5 {
	margin-top: 0;
}

/***** END SIDEBAR 設定 *****/



/***** FOOTER内　設定 *******/

#footercopyright {
	letter-spacing: 0.1em;
	background-image: url(img/footercbg.png);
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #73b655;
}

#footercopyright p {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1em;
	color: #555555;
}

#footercopyright p.footp {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.8em;
	height: 13px;
}

#footercopyright a {
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	color: green;
}

#wpfooter {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.8em;
	color: #555555;
	float: right;
}


#wpfooter a {
	font-weight: normal;
	color: #707070;
}

#wpfooter a:hover, #wpfooter a:visited {
	font-weight: normal;
	color: #707070;
}

/*-- wpfooter2----*/


#wpfoot2 {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
   width: 1000px;
	text-align: center;
}

#wpfoot2 p {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.85em;
	color: #555555;
}

#wpfoot2 ul {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
}

#wpfoot2 li {
	/* フッターナビ設定 */
	display: inline-block;
	line-height: 1.2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-right: 0px;
       float:left;
	text-align: center;
}

* html #wpfoot2 li {
    display: inline; /* for IE6 */
}

*:first-child + html #wpfoot2 li {
    display: inline; /* for IE7 */
}

#wpfoot2 li a {
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 2px;
    font-size : 0.85em;
}
#wpfoot2 li img {
	vertical-align: bottom;
}

#wpfoot2 a:link {
    color: #666666;
    text-decoration: none;
}

#wpfoot2 a:visited {
    color: #666666;
    text-decoration: none;
}

#wpfoot2 a:hover {
    color: #666666;
    text-decoration: none;
}

#wpfoot2 a:active {
    color: #666666;
    text-decoration: none;
}

.footer-column {
	margin: 0;
	padding: 10px;
	line-height: 1.5;
}

#blue-footer {
	float: left;
	width: 41%;
}

#green-footer {
	float: left;
	width: 37%;
}

#orange-footer {
	float: left;
	width: 22%;
}

#red-footer {
	float: left;
	width: 33.333333333333%;
}

#footer h4 {
	font-size: 1em;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #73b655;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #73b655;
	background-color: white;
}

#footer h5 {
	font-size: 1em;
	font-weight: normal;
	border-bottom: 2px solid #eeeeee;
	padding: 5px 5px 10px 10px;
}

#footer a {
	color: #0080ff;
	font-size: 1em;
	text-decoration: none;
}

#footer a:visited,a:hover {
	color: #0080ff;
	text-decoration: underline;
}

#footer .widget_text a, #footer .widget_text a:hover {
	text-decoration: underline;
}

#footer a:hover {
	color: #0080ff;
	text-decoration: underline;
}

#footer li {
	list-style: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
       font-size: 0.85em;
	background-image : none;
	background-position: left center;
	background-repeat: no-repeat;
}
}

#footer .widget>ul>li, #footer ul.menu>li {
	border-bottom: 1px dotted #eeeeee;
}


#footer .widget>ul>li>.children, #footer .widget .sub-menu {
	padding-top: 3px;
}

#footer li>ul li {
	padding: 7px 5px 7px 10px;
}

#footer li a {
	/*display: block;*/
}

#footeraddress {
	font-size: 18px;
}

#footerphone {
	font-size: 18px;
}

#footerphone .tel {
	float: left;
	margin: 3px 10px 0 0;
}

#footerphone .code {
	font-size: 12px;
	margin-top: 0px;
	float: left;
}

#footerphone .number {
	font-size: 28px;
	margin-top: -7px;
	float: left;
}

/**** footer end ***/














/*
	POST
*/


.post .content .under {
	line-height: 16px;
}

.post .content .under span {
	float: left;
	margin-right: 15px;
}

p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	letter-spacing: 0.05em;
	line-height: 25px;
	font-size: 1em;
	text-align: left;
	color: black;
}

strong {
	font-weight: bold;
	color: #0066cc;
}



/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body {
    font-size: 100%;
}


/*** Safari用ハック 文字サイズ調整 end *****/


/****** UL DL設定 ******/


dt {
	font-weight: bold;
}

dd {
	margin: 2px 0 2px 10px;
}

li {
	margin-left: 0px;
	text-decoration: none;
}

li.norml {
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
	line-height: 1.2;
	font-size: 1em;
	background-color: transparent;
	background-image : url(img/img_o052.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	color: #0066cc;
}

dt.norml {
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
	line-height: 1.2;
	font-size: 1em;
	background-color: transparent;
	background-image : url(img/img_o052.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	color: #0066cc;
}

dt.Num01 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
	background-image : url(img/Num_img_l001.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	color: #0066cc;
}

dt.Num02 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
	background-image : url(img/Num_img_l002.png);
	background-position: left center;
	background-repeat: no-repeat;
}

dt.Num03 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
	background-image : url(img/Num_img_l003.png);
	background-position: left center;
	background-repeat: no-repeat;
}

dt.Num04 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
	background-image : url(img/Num_img_l004.png);
	background-position: left center;
	background-repeat: no-repeat;
}

dt.Num05 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
	background-image : url(img/Num_img_l005.png);
	background-position: left center;
	background-repeat: no-repeat;
}

dt.Num06 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
	background-image : url(img/Num_img_l006.png);
	background-position: left center;
	background-repeat: no-repeat;
}

dt.Num07 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
	background-image : url(img/Num_img_l007.png);
	background-position: left center;
	background-repeat: no-repeat;
}

dt.Num08 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
	background-image : url(img/Num_img_l008.png);
	background-position: left center;
	background-repeat: no-repeat;
}

dt.Num09 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
	background-image : url(img/Num_img_l009.png);
	background-position: left center;
	background-repeat: no-repeat;
}

dt.Num10 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
	background-image : url(img/Num_img_l010.png);
	background-position: left center;
	background-repeat: no-repeat;
}

dt.Num11 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
	background-image : url(img/Num_img_l011.png);
	background-position: left center;
	background-repeat: no-repeat;
}

dt.Num12 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
	background-image : url(img/Num_img_l012.png);
	background-position: left center;
	background-repeat: no-repeat;
}

dt.Num13 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
	background-image : url(img/Num_img_l013.png);
	background-position: left center;
	background-repeat: no-repeat;
}

dt.Num14 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
	background-image : url(img/Num_img_l014.png);
	background-position: left center;
	background-repeat: no-repeat;
}

dt.Num15 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
	background-image : url(img/Num_img_l015.png);
	background-position: left center;
	background-repeat: no-repeat;
}

dd.Num01 {
	background-image : url(img/Num_img_l001.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	color: #0066cc;
}

dd.Num02 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 33px;
	background-image : url(img/Num_img_l002.png);
	background-position: left center;
	background-repeat: no-repeat;
}

dd.Num03 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 33px;
	background-image : url(img/Num_img_l003.png);
	background-position: left center;
	background-repeat: no-repeat;
}

dd.Num04 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 33px;
	background-image : url(img/Num_img_l004.png);
	background-position: left center;
	background-repeat: no-repeat;
}

dd.Num05 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 33px;
	background-image : url(img/Num_img_l005.png);
	background-position: left center;
	background-repeat: no-repeat;
}

dd.Num06 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 33px;
	background-image : url(img/Num_img_l006.png);
	background-position: left center;
	background-repeat: no-repeat;
}

dd.Num07 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 33px;
	background-image : url(img/Num_img_l007.png);
	background-position: left center;
	background-repeat: no-repeat;
}

dd.Num08 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 33px;
	background-image : url(img/Num_img_l008.png);
	background-position: left center;
	background-repeat: no-repeat;
}

dd.Num09 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 33px;
	background-image : url(img/Num_img_l009.png);
	background-position: left center;
	background-repeat: no-repeat;
}

dd.Num10 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 33px;
	background-image : url(img/Num_img_l010.png);
	background-position: left center;
	background-repeat: no-repeat;
}

dd.Num11 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 33px;
	background-image : url(img/Num_img_l011.png);
	background-position: left center;
	background-repeat: no-repeat;
}

dd.Num12 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 33px;
	background-image : url(img/Num_img_l012.png);
	background-position: left center;
	background-repeat: no-repeat;
}

dd.Num13 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 33px;
	background-image : url(img/Num_img_l013.png);
	background-position: left center;
	background-repeat: no-repeat;
}

dd.Num14 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 33px;
	background-image : url(img/Num_img_l014.png);
	background-position: left center;
	background-repeat: no-repeat;
}

dd.Num15 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 33px;
	background-image : url(img/Num_img_l015.png);
	background-position: left center;
	background-repeat: no-repeat;
}

li.Num01 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	background-image : url(img/Num_img_l001.png);
	background-position: left center;
	background-repeat: no-repeat;
}

li.Num02 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	background-image : url(img/Num_img_l002.png);
	background-position: left center;
	background-repeat: no-repeat;
}

li.Num03 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	background-image : url(img/Num_img_l003.png);
	background-position: left center;
	background-repeat: no-repeat;
}

li.Num04 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	background-image : url(img/Num_img_l004.png);
	background-position: left center;
	background-repeat: no-repeat;
}

li.Num05 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	background-image : url(img/Num_img_l005.png);
	background-position: left center;
	background-repeat: no-repeat;
}

li.Num06 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	background-image : url(img/Num_img_l006.png);
	background-position: left center;
	background-repeat: no-repeat;
}

li.Num07 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	background-image : url(img/Num_img_l007.png);
	background-position: left center;
	background-repeat: no-repeat;
}

li.Num08 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	background-image : url(img/Num_img_l008.png);
	background-position: left center;
	background-repeat: no-repeat;
}

li.Num09 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	background-image : url(img/Num_img_l009.png);
	background-position: left center;
	background-repeat: no-repeat;
}

li.Num10 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	background-image : url(img/Num_img_l010.png);
	background-position: left center;
	background-repeat: no-repeat;
}

li.Num11 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	background-image : url(img/Num_img_l011.png);
	background-position: left center;
	background-repeat: no-repeat;
}

li.Num12 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	background-image : url(img/Num_img_l012.png);
	background-position: left center;
	background-repeat: no-repeat;
}

li.Num13 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	background-image : url(img/Num_img_l013.png);
	background-position: left center;
	background-repeat: no-repeat;
}

li.Num14 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	background-image : url(img/Num_img_l014.png);
	background-position: left center;
	background-repeat: no-repeat;
}

li.Num15 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	background-image : url(img/Num_img_l015.png);
	background-position: left center;
	background-repeat: no-repeat;
}


#designcopy {
	width: 170px;
	font-size: 12px;
}

#designcopy a,#designcopy a:hover,#designcopy a:visited {
	text-decoration: none;
	color: #505050;
}

#bottomlink a:visited img, #bottomlink a img {
	opacity: 0.3;filter:alpha(opacity=30);
}

#bottomlink a:hover img {
	opacity: 1;filter:alpha(opacity=100);
}

/*
	required styles
	Please see options/css.php for real definition of the styles
*/

.WP-CAPTION, .WP-CAPTION-TEXT, .GALLERY-CAPTION, .BYPOSTAUTHOR, .STICKY {
}

#commentform .comment-form-comment label {
	display: block;
}

.form-allowed-tags {
	padding: 0 20px 0 0;
}

.archive-meta {
	padding: 5px 10px;
}

.post a.special {
	color: #ee0000;
	text-decoration: none;
}

.post a.special:visited {
	color: #ee0000;
	text-decoration: none;
}

.post a.special:hover {
	color: #000000;
	text-decoration: underline;
}





/* NAVIGATION */


div.post-list-column {
	float: left;
	width: 50%;
}

div.post-list-column .margins {
	padding: 0 10px 15px 10px;
}

.post-list-column .storycontent, .post-list-column .content {
	padding: 0 0 0 4px;
}

.post-thumbnail {
	border-width: 0px 0px 0px;
	border-style: solid solid none;
	border-color: #a2cf8b #a2cf8b #73b655;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.regular-post-thumbnail {
	border-width: 1px;
	border-style: solid;
	border-color: #a2cf8b #a2cf8b #73b655;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.regular-post-thumbnail {
	float: left;
/*	width: 150px;
*/
	margin: 10px 5px 10px 10px;
}

.wp-post-image {
	max-width: 100%;
	border: none;
}

div.post-list-column .wp-post-image {
	display: block;
}



/* LINKS */

a {
	color: #0080c0;
	text-decoration: none;
}

.post a:visited {
	color: #0080c0;
	text-decoration: none;
}

.post a:hover {
	color: #0080c0;
	text-decoration: underline;
}

.post h1 a:hover, .post h2 a:hover {
	color: #0066cc;
	border-bottom-width: medium;
	border-bottom-style: none;
	text-decoration: underline;
}

/***** Heading 設定 *******/

#content h1  {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	color: black;
	font-size: 1.15em;
	height: 30px;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-image: url(img/h2_mark.png);
	background-position: center left;
	background-repeat: no-repeat;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00cc00;
}

#content h2  {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 15px;
	color: #ffffff;
	font-size: 1.05em;
	font-weight: bold;
	letter-spacing: 0.03em;
	height: auto;
	background-image: url(img/h2_mark2.png);
	background-position: center top;
	background-repeat: repeat-x;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #009900;
	text-align: left;
	vertical-align: text-bottom;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
}

#content h2.page-title {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: black;
	font-size: 14px;
	height: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-image: none;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777777;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #009900;
}


#content h3.list {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: black;
	font-size: 14px;
	height: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-image: none;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777777;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #009900;
}


#content h2.small {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: black;
	font-size: 14px;
	height: 45px;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-image: url(img/hbgsmall.png);
	background-position: center top;
	background-repeat: repeat-x;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: green;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: green;
}

#content h3 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
	color: black;
	font-size: 1.1em;
	height: auto;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-image : url(img/h3_mark.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #009900;
	text-align: left;
}

#content h3.menu {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 7px;
	color: #00b000;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.03em;
	height: 20px;
	background-image : none;
	border-left-width: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: orange;
	text-align: left;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
}

#content h3.lit {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	color: black;
	font-size: 1.15em;
	height: auto;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-image: url(img/h3_mark.png);
	background-position: center left;
	background-repeat: no-repeat;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00cc00;
}


#content h3.small, #content h4.small {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: black;
	font-size: 1em;
	height: auto;
	font-weight: bold;
	letter-spacing: 0.03em;
       background-image : url(img/hbgsmall.png);
       background-position: top center;
       background-repeat: repeat-x;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #009900;
}

#content h3.kanren-title {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 7px;
	color: black;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.03em;
	height: 20px;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6cc941;
	border-left-width: 2px;
	border-left-color: #6cc941;
}

#content h3.comments-title {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 7px;
	color: black;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.03em;
	height: 20px;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6cc941;
	border-left-width: 2px;
	border-left-color: #6cc941;
}

#content h4 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 10px;
	color: black;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 0.05em;
	height: auto;
	background-image: url(img/hbg70.png);
	background-position: center top;
	background-repeat: repeat-x;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #009900;
}

#content h4.list {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 30px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
	letter-spacing: 0.05em;
	color: black;
	background-image: url(img/h3_mark.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-attachment: scroll;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #0080ff;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #0080ff;
}

#content h4.contentslist {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 30px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
	letter-spacing: 0.05em;
	color: black;
	background-image: url(img/h3_mark.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-attachment: scroll;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #0080ff;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #0080ff;
}

#content h4.page_list {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 7px;
	color: #00b000;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.03em;
	height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: orange;
	box-shadow: none;

	background-image: none;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #009900;

}

#content h5 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 7px;
	color: #00b000;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.03em;
	height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: orange;
}


#content h6 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 7px;
	color: #00b000;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.03em;
	height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: greenyellow;
}

#content h7 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 7px;
	color: #00b000;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0.03em;
	height: 20px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: greenyellow;
}

#content .itemhalf-box h3.box {
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 20px;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 35px;
	color: black;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.05em;
	height: auto;
	background-image: url(img/h3_mark.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #009900;
	text-align: left;
}

#content .itemhalf-box h3.box2 {
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 20px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
	color: #0066cc;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.05em;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0080ff;
	border-left-width: 3px;
	border-left-color: #0080ff;
	background-color: #fcfbbe;
	border-left-style: solid;
}

#content .itemhalf-box h3 span.ja {
    display: block;
    height: 20px;
}

#content .itemhalf-box h3 span.ja2 {
    display: block;
    height: 20px;
}

h1 a, h2.h1 a, h1 a:visited, h2.h1 a:visited, .post h1 a, .post h2.h1 a, .post h1 a:visited, .post h2.h1 a:visited, .post-list-column h2 a, .post-list-column h2 a:visited {
	color: #0080c0;
	border-bottom-width: medium;
	border-bottom-style: none;
	text-decoration: none;
}

h1 a:hover, h2.h1 a:hover, h1 a:visited:hover, h2.h1 a:visited:hover, .post h1 a:hover, .post h2.h1 a:hover, .post h1 a:visited:hover, .post h2.h1 a:visited:hover, .post-list-column h2 a:hover, .post-list-column h2 a:visited:hover {
	color: #0080c0;
	border-bottom-width: medium;
	border-bottom-style: none;
	text-decoration: underline;
}

/****** END Heading 設定 *******/

/********* pastpath *******/

#postpath {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	width: 1000px;
	color: #505050;
	font-weight: normal;
	font-size: 12px;
}

#postpath a {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #0080c0;
}

#postpath ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    text-align: left;
}

#postpath li {
	display: inline-block;
	line-height: 1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}

#pagenavi .newer a{
	float: left;
	height: 16px;
	line-height: 16px;
	padding-left: 22px;
}

#pagenavi .older a {
	float: right;
	height: 16px;
	line-height: 16px;
	padding-right: 22px;
}

/* External links
a[href^="http://"]:not([href*="site.ru"])::after {
    content: "\2197";
}*/


/* WP-PageNavi http://wordpress.org/extend/plugins/wp-pagenavi/ */

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #eeeeee;
	padding: 2px 5px;
	margin: 2px;
	color: #505050;
}

.wp-pagenavi a:hover {
	border: 1px solid #505050;
	background-color: #f7f7f7;
	color: #505050;
	text-decoration: none;
}

.wp-pagenavi span.current {
	font-weight: bold;
	color: #ffffff;
	background-color: #505050;
	border: 1px solid #505050;
}

.wp-pagenavi .extend {
	background: transparent;
	border: 0px none transparent;
	color: #505050;
	margin-right: 6px;
	padding: 0;
	text-align: center;
	text-decoration: none;
}
/* used by PAGBEAR plugin for multipaged posts. http://wordpress.org/extend/plugins/pagebar/ */

.pagebar {
	padding: 0;
	margin: 4px 0;
}

.pagebar a {
	background: transparent;
	border: 1px solid #eeeeee;
	color: #505050;
	margin: 2px;
	padding: 2px 5px;
	text-align: center;
	text-decoration: none;
}

.pageList .this-page {
	font-weight: bold;
	color: #ffffff;
	background-color: #505050;
	border: 1px solid #505050;
	margin: 2px;
	padding: 2px 5px;
	text-align: center;
	text-decoration: none;
}

.pagebar a:visited {
	color: #505050;
	text-decoration: none;
}

.pagebar .break {
	background: transparent;
	border: 0px none transparent;
	color: #505050;
	margin-right: 6px;
	padding: 0;
	text-align: center;
	text-decoration: none;
}

.pagebar .this-page {
	font-weight: bold;
	color: #ffffff;
	background-color: #505050;
	border: 1px solid #505050;
	margin: 2px;
	padding: 2px 5px;
	text-align: center;
	text-decoration: none;
}

.pagebar a:hover {
	border: 1px solid #505050;
	background-color: #f7f7f7;
	color: #505050;
	text-decoration: none;
}

.pagebar .inactive {
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	color: #cccccc;
	text-decoration: none;
	padding: 2px 4px;
}

#postnavi .prev a {
      font-size:0.85em;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #c0c0c0;
}

#postnavi .next a {
      font-size:0.85em;
	float: right;
	border-width: 1px;
	border-style: solid;
	border-color: #c0c0c0;
}

#postnavi a {
	background: transparent;
	border: 1px solid #eeeeee;
	color: #505050;
	margin: 2px;
	padding: 2px 5px;
	text-align: center;
	text-decoration: none;
}



#postnavi a:hover {
	border: 1px solid #505050;
	background-color: #f7f7f7;
	color: #505050;
	text-decoration: none;
}


/* POST */

div.post {
	overflow: hidden;
}

table.info {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

table.info td, table.info th {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

pre {
	border: 1px dotted #cccccc;
	margin: 5px 0;
	padding: 10px 10px 10px 20px;
	background-color: #fbfbfb;
}

blockquote{
	/*background:#f2f2f2 url(http://ginkou-kinri.com/img/blockquote.gif) 3px 3px no-repeat;*/
	border: 1px dotted #cccccc;
	padding: 10px 10px 10px 20px;
	margin: 5px 0 5px 20px;
	background-color: #fbfbfb;
}

code {
	background-color: #fbfbfb;
	font-family: Courier New, Courier, monospace;
	border: 1px dotted #cccccc;
}

.post .storycontent, .post .content {
	padding: 5px 10px 5px 10px;
	overflow: hidden;
	line-height: 1.5;
}

.post .info, .post .infopage {
	padding: 3px 0px 3px 0px;
	margin: 2px 0 2px 0;
	border-top: 1px solid #eeeeee;
}

.post .date {
	background-position: 0 -48px;
	color: #625F5F;
	padding: 0 0px;
}

.post .info .postedby, .post .info .filledunder {
	color: #625F5F;
}

.post .info .postedby a, .post .info .filledunder a {
	color: #625F5F;
	text-decoration: none;
}

.post .info .postedby a:hover, .post .info .filledunder a:hover {
	text-decoration: underline;
}

.post .infopage .postedby, .post .infopage .filledunder {
	color: #625F5F;
}

.post .infopage .postedby a, .post .infopage .filledunder a {
	color: #625F5F;
	text-decoration: none;
}

.post .infopage .postedby a:hover, .post .infopage .filledunder a:hover {
	text-decoration: underline;
}

.post .info td, .post .infopage td {
	border: none;
	padding: 0 5px;
}

.post table.info, .post table.infopage {
	width: 100%;
}

.post .info .act .post, .post .infopage .act {
	white-space: nowrap;
	text-align: right;
}

.post table.info .date {
	width: 1%;
	white-space: nowrap;
}

.post .act span {
	padding-left: 15px;
}

.post .info * {
	line-height: 16px;
	font-size: 12px;
	overflow: hidden;
}

.post .infopage * {
	line-height: 16px;
	font-size: 10px;
	overflow: hidden;
}

/****** Hr 設定　********/

.clear {
	clear: both;
}

hr {
    width: 100%;
    clear: both;
    height: 1px;
    margin-top: 3px;
    margin-right: auto;
    margin-bottom: 3px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 0px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

hr.indexzee {
	width: 340px;
	clear: both;
	height: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-width: 0px 0px 1px;
	border-style: none none solid;
	border-bottom-color: #e0e0e0;
}

hr.indexzee2 {
	width: 340px;
	clear: both;
	height: 1px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-width: 0px 0px 1px;
	border-style: none none solid;
	border-bottom-color: #e1e1e1;
}

hr.postzee_t {
	width: 100%;
	height: 2px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-width: 0px 0px 1px;
	border-style: none none solid;
	border-bottom-color: #eaeaea;
}

hr.postzee {
	width: 100%;
	height: 1px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-width: 0px 0px 1px;
	border-style: none none solid;
	border-bottom-color: #e3e3e3;
}

hr.list {
    width: 100%;
    clear: both;
    height: 1px;
    margin-top: 3px;
    margin-right: auto;
    margin-bottom: 3px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 0px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

hr.li {
	width: 100%;
	clear: both;
	height: 1px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-width: 0px 0px 2px;
	border-style: none none solid;
	border-bottom-color: #cccccc;
}

hr.zee {
	width: 100%;
	clear: both;
	height: 1px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-width: 0px 0px 1px;
	border-style: none none dotted;
	border-bottom-color: #73b655;
}

hr.side {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

hr.barline {
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image : url(img/hrbg.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
}

/******* END HR 設定 ********/


fieldset{
	border: 1px solid #eeeeee;
	padding: 5px 10px 5px 10px;
}

legend {
	padding: 0px 5px 1px 5px;
	border: 1px solid #eeeeee;
}

input.text, input.textbox, input.password, input.file, textarea, input[type=text], input[type=password],input[type=file], select {
	border: 1px solid #bbbbbb;
	background-color: #ffffff;
	padding: 2px;
	color: #505050;
}

input.text:focus, input.textbox:focus, input.password:focus, input.file:focus, textarea:focus, input[type=text]:focus, input[type=password]:focus,input[type=file]:focus, select {
	border: 1px solid #505050;
}

.post table {
	border-collapse: collapse;
	border: none;
}

.post th, .post td {
	border-bottom: 1px solid #eeeeee;
	border-left: none;
	border-right: none;
	padding: 2px 10px;
	text-align: left;
	vertical-align: top;
	font-size: 90%;
	font-weight: normal;
}

.post tr.even td {
	background-color: #fbfbfb;
}

.post th {
	background-color: #fbfbfb;
	border-bottom: 1px solid #6cc941;
	border-top: 2px solid #6cc941;
	color: #707070;
}

#author-avatar {
	float: left;
	width: 100px;
	margin: 7px 15px 7px 10px;
}



/* COMMENTS 設定  ******/

#comments > ol {
	list-style-type: none;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	text-align: justify;
}

#comments ul li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0 0 0 5px;
	padding: 5px 0 0 0;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 2px 2px 5px 2px;
	list-style: none;
}

.commentlist li > ul > li {
	background: none;
	list-style: none;
	margin: 3px 0 3px 20px;
	padding: 3px 0;
}

.commentlist li .avatar {
	border: none;
	margin: 0;
	padding: 1px 8px 1px 1px;
	width: 26px;
	float: left;
	background: none;
}

.commentlist .fn {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	padding: 4px 2px 2px 2px;
}

.commentlist .fn > a {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.commentlist .fn a:hover {
	/*text-decoration:underline;*/
}

.commentmetadata {
	/*color:#723419;*/
	font-weight: normal;
	font-size: 11px;
	margin: 0 0 0px 20px;
	text-decoration: none;
}

.commentmetadata a {
	font-weight: normal;
	text-decoration: none;
	color: #707070;
}

.vcard a.url{
	color: #707070;/*#723419;*/
	text-decoration: none;
}

.vcard a.url:hover{
	color: #000000;/*#723419;*/
	text-decoration: none;
}

.bypostauthor >.vcard div.fn >a {
	color: #98293D;
}

.bypostauthor >.vcard div.fn >a:hover {
	color: #000000;
}

.bypostauthor>div {
	color: #98293D;
}
/*  Uncomment following text to assign specific color to admin (or to any other user) You may need to change user name here E.g.  comment-author-MyUserName instead of  comment-author-admin */

/* .comment-author-admin>*, .comment-author-admin >.vcard div.fn >a { color:#106000; }*/

.comment {
	color: #505050;
}

.commentmetadata a, .commentmetadata a:visited {
	color: #707070;
}

.commentmetadata a:hover{
	color: #000000;
}

#comments .children {
	padding: 0 0 0 20px;
}

.thread-alt {
	background-color: transparent;
}

.thread-even {
	background-color: transparent;
}

.depth-1 {
	border: 1px solid #6cc941;
}

.depth-2, .depth-3{
	/*border-top: 1px solid #dac2a3;*/
}

.EVEN, .ALT {
}

.vcard {
	background-color: #fbfbfb;
}

.depth-2 .vcard, .depth-3 .vcard, .depth-4 .vcard, .depth-5 .vcard, .depth-6 .vcard, .depth-7 .vcard, .depth-8 .vcard {
	border-top: 1px dotted #6cc941;
	border-bottom: 1px dotted #6cc941;
}

.reply {
	margin: 0px 0px 0px 10px;
}

.comment-reply-link {
	background-color: #fbfbfb;
	color: #707070;
	padding: 1px 4px;
	font-size: 12px;
	text-decoration: none;
	border: 1px dotted #6cc941;
}

.comment-reply-link:hover {
	color: #000000;
	text-decoration: none;
}

#comments .comment-body ul li {
	list-style: square;
	margin: 0 0 0 30px;
	padding: 0;
}

#comments .comment-body ol {
	margin: 0;
	padding: 0;
}

#comments .comment-body ol li {
	list-style-type: decimal;
	padding: 0;
	margin: 0 0 0 30px;
	display: list-item;
}

.comment-body {
	padding: 2px 2px 2px 10px;
	font-size: 11pt;
}

#comments a.page-numbers, #comments span.page-numbers {
	text-decoration: none;
	border: 1px solid #eeeeee;
	padding: 2px 5px;
	margin: 2px;
	color: #505050;
}

#comments .navigation {
	margin: 10px 0;
}

#comments .navigation a:hover {
	border: 1px solid #505050;
	background-color: #f7f7f7;
	color: #505050;
	text-decoration: none;
}

#comments span.page-numbers {
	font-weight: bold;
	color: #ffffff;
	background-color: #505050;
	border: 1px solid #505050;
}

/****** END Comment設定   ******/



/****** Container内設定   ******/



/****** END Container内設定   ******/



/****** Content内設定   ******/



/****** END Content内設定   ******/




/******** IMAGES ***********/

.post img.wp-caption, .wp-caption, .gallery-caption {
	-moz-border-radius: 3px;/* Firefox */
	-webkit-border-radius: 3px;/* Safari, Chrome */
	-khtml-border-radius: 3px;/* KHTML */
	border-radius: 3px;/* CSS3 */
	border: 1px solid #eeeeee;
	display: block;
	height: auto;
	margin-bottom: 10px;
	padding-top: 4px;
	text-align: center;
	max-width: 100%;
}

.regular-post-thumbnail img.attachment-post-thumbnail {
	display: block;
	margin: auto;
}

.post img.wp-caption{
	padding: 4px;
}

.post .wp-caption img, .wp-caption img {
	border: 0 none !important;
	margin: 0 !important;
	padding: 0 !important;
	max-width: 99.5%;
}

.post img {
	border: none;
	padding: 0px;
	vertical-align: bottom;
	height: auto;
	max-width: 100%;
}

a.wp-caption {
	color: #505050;
	text-decoration: none;
}

a.wp-caption p,a.wp-caption:hover p, .wp-caption p.wp-caption-text, .full-image-caption {
	color: #505050;
	font-size: 11px;
	line-height: 12px;
	margin: 0;
	padding: 2px 4px 4px;
}

a.wp-caption:hover {
	border: 1px solid /*#dac2a3;*/#777777;
	background-color: #f2f2f2;
}
#wp-calendar table {
	border-collapse: collapse;
	border: 0px solid #eeeeee;
}

#wp-calendar th, #wp-calendar td {
	border: none;
	padding: 0px 4px;
	vertical-align: top;
	font-size: 90%;
}

#wp-calendar td {
	text-align: right;
}

#wp-calendar th {
	background-color: #eeeeee;
	color: #ffffff;
	text-align: center;
	padding: 1px 4px 1px 4px;
}

#wp-calendar caption {
	font-weight: bold;/*color:#777777;*/
	padding: 10px 0 2px 0;
}

#wp-calendar td#prev {
	text-align: left;
}

#wp-calendar td#next {
	text-align: right;
}

#wp-calendar #today/*TODO!*/{
	border: 1px dotted #dddddd;
	background-color: #fbfbfb;
}
/*Search widget*/

#searchform label {
	display: block;
}

#s {
	width: 110px;
}

#searchsubmit, .button, input#submit {
	border: 1px solid #505050;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	cursor: pointer;
	padding: 1px 5px 1px 5px;
	background: #555555;/* for non-css3 browsers */filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bbbbbb", endColorstr="#000000");/* for IE */background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#000000));/* for webkit browsers */
	background: -moz-linear-gradient(top,  #bbbbbb,  #000000);/* for firefox 3.6+ */
}

#searchsubmit:hover, .button:hover {
	border: 1px solid #000000;
}

#searchsubmit:active, .button:active {
	cursor: pointer;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#505050", endColorstr="#777777");/* for IE */background: -webkit-gradient(linear, left top, left bottom, from(#505050), to(#777777));/* for webkit browsers */
	background: -moz-linear-gradient(top,  #505050,  #777777);/* for firefox 3.6+ */
}
/* PAGINATION */



#categories-6.widget_categories li {
	display: block;
	letter-spacing: 0.03em;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 2px;
	text-align: left;
	line-height: 1.4;
	background-color: transparent;
}


.itemimg img{
   max-width:430px;
   max-height:430px;
   vertical-align:middle;
}

.imge_item {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}

.itemgmaxset {
	width: 750px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
}

.itemgmaxset_r {
	width: 745px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
}

.itemgmax {
	width: 728px;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
}


.itemgmax_rp {
	width: 170px;
	margin-top:  5px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 00px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
}


.itemgmax_rp  img {
	max-width: 170px;
	height: auto;
}



.itemhalf_f {
	min-width: 220px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
       text-align: left;
	float: left;
}

.itemhalf_f p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	letter-spacing: 0.05em;
	line-height: 25px;
	font-size: 13px;
	color: #222222;
}

.itemharlf_f img {
	max-width: 265px;
	height: auto;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


.itemgpostset {
	width: 560px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: silver;
	border-bottom-color: silver;
}

.itemgpost_l {
	width: 336px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: right;
	border-left-width: 0px;
	border-left-style: dotted;
	border-left-color: #ffffff;
}

.itemgpost_l p.spintoro {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 125px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #4b4b4b;
}

.itemgpost {
	width: 250px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	border-left-width: 0px;
	border-left-style: dotted;
	border-left-color: #ffffff;
}


.itemhalf-box {
	width: 47.5%;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #73b655;
	min-height: 250px;
}

.itemhalf-box img {
	max-width: 300px;
	max-height: 260px;
}


.itemhalf-box ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}


.itemhalf-box li.box {
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image : url(img/img_o052.gif);
	background-position: left 7px;
	background-repeat: no-repeat;
}

#content .itemhalf-box dl {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 1em;
}

#content .itemhalf-box dt {
	display: block;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
	line-height: 1.1;
	font-size: 1em;
	color: #1b1b1b;
	font-weight: bold;
}

#content .itemhalf-box dd {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	letter-spacing: 0.07em;
	font-size: 0.95em;
	line-height: 1.1;
	color: black;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
}



#content .item-box h3.box {
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 20px;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 35px;
	color: black;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.05em;
	height: auto;
	background-image: url(img/h3_mark.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #009900;
	text-align: left;
}

#content .item-box h3.box2 {
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 20px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
	color: #0066cc;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.05em;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0080ff;
	border-left-width: 3px;
	border-left-color: #0080ff;
	background-color: #fcfbbe;
	border-left-style: solid;
}

#content .item-box h3 span.ja {
    display: block;
    height: 20px;
}

#content .item-box h3 span.ja2 {
    display: block;
    height: 20px;
}

.item-box {
	width: 100%;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #73b655;
	min-height: 200px;
}

.item-box img {
	max-width: 650px;
	max-height: auto;
}

.item-box li.box {
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image : url(img/img_o052.gif);
	background-position: left 7px;
	background-repeat: no-repeat;
}

#content .item-box dt.box {
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image : url(img/img_o052.gif);
	background-position: left 7px;
	background-repeat: no-repeat;
}


#content .item-box dl {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 1em;
}

#content .item-box dt {
	display: block;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
	line-height: 1.1;
	font-size: 0.95em;
	color: #1b1b1b;
	font-weight: bold;
}

#content .item-box dd {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	font-size: 0.95em;
	line-height: 1.1;
	color: black;
	border-bottom-width: opx;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
}




.itemhalf {
	width: 48.5%;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
       text-align: left;
	float: left;
}

.itemhalfg {
	width: 48.5%;
	margin-top: 10px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
    text-align: left;
	float: left;
}


.itemg {
	width: 98%;
	margin-top: 10px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
    text-align: left;
	float: left;
}

.itemg img {
	max-width: 700px;
	height: auto;
	margin-top: 0px;
}

.itemhalfg li {
	display: block;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 2px;
	text-align: left;
	line-height: 1.2;
	font-size: 1.2em;
	color: #0066cc;
}
.itemhalfg ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0px;
	list-style-type: none;
	font-size: 1em;
}


.itemhalfg_cont {
	padding-top: 1em;
}

.itemhalfg img {
	max-width: 350px;
	height: auto;
	margin-top: 0px;
}

.itemhalf img {
	max-width: 350px;
	height: auto;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.itemhalf_r {
	width: 47%;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
       text-align: left;
	float: right;
}

.itemhalf_r img {
	height: auto;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


.itemhalf_l {
	width: 47%;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
       text-align: left;
	float: left;
}

.itemhalf_l img {
	height: auto;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


.item_70L {
	width: 68%;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
       text-align: left;
	float: left;
}

.item_70L img {
	max-width: 470px;
	height: auto;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


.item_30r {
	width: 28%;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
       text-align: left;
	float: right;
}

.item_30r img {
	max-width: 220px;
	height: auto;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


.item_70r {
	width: 68%;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
       text-align: left;
	float: right;
}

.item_70r img {
	max-width: 470px;
	height: auto;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


.item_30L {
	width: 28%;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
       text-align: left;
	float: left;
}

.item_30L img {
	max-width: 220px;
	height: auto;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.item_quarter-one_l {
	width: 22%;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
       text-align: left;
	float: left;
}

.item_quarter-one_l img {
	max-width: 170px;
	height: auto;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.item_quarter-one_r {
	width: 22%;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
       text-align: left;
	float: right;
}

.item_quarter-one_r img {
	max-width: 170px;
	height: auto;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.item_quarter-three_l {
	width: 72%;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
       text-align: left;
	float: left;
}

.item_quarter-three_l img {
	max-width: 540px;
	height: auto;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.item_quarter-three_r {
	width: 72%;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
       text-align: left;
	float: right;
}

.item_quarter-three_r img {
	max-width: 540px;
	height: auto;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


.item_tpic {
	width: 230px;
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
}

.item_tpic img {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 15px;
	max-width: 210px;
	height: auto;
}

.item_tpic_t {
	width: 200px;
	margin-top: 5px;
	margin-left: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
}

.item_tpic_t img {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 15px;
	max-width: 180px;
	height: auto;
}
.g_leta_L {
	width: 340px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 5px;
	float: left;
}



.seibun {
	width: 240px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	float: left;
	background-color: #fff;
	padding-bottom: 5px;
}
.seibun_t {
	width: 440px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	float: right;
}

.item-map {
	width: 360px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: right;
	background-color: #fff;
	padding-bottom: 5px;
}

.item-map-text {
	width: 325px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	float: left;
}




p.spintoro {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 100px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-size: 0.7em;
	line-height: 1em;
	letter-spacing: 0.08em;
	color: #4b4b4b;
}

 .item_intoro {
	width: 140px;
       height:65px;
       margin-top: 0px;
	margin-left: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

p#h-info {
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	letter-spacing: 0.08em;
	line-height: 20px;
	font-size: 13px;
	color: #222222;
}

#wrapper_g_item {
	width: 728px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 15px;
	float: left;
}

#content p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	letter-spacing: 0.05em;
	line-height: 30px;
	font-size: 1.1em;
	text-align: left;
	color: black;
}

#content ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0px;
	list-style-type: none;
	font-size: 1em;
}

#content ol{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 1em;
}

#content li {
	display: block;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 5px;
	text-align: left;
	line-height: 1.1;
	font-size: 1em;
	color: #0066cc;
}

#content li img {
	vertical-align: text-top;
}

#contentsupport ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0px;
	list-style-type: none;
	font-size: 1em;
}

#contentsupport li {
	display: block;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 10px;
	text-align: left;
	line-height: 1.2;
	font-size: 1.2em;
	color: black;
}

#menu dl {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 1em;
}

#content dl {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 10px;
	list-style-type: none;
	font-size: 1em;
}

#content dt {
	display: block;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	text-align: left;
	line-height: 1.2em;
	font-size: 1.1em;
	color: #0066cc;
}

#content dd {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.6em;
	color: black;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
}

#content a:link {
	color: #0066cc;
	text-decoration: none;
}

#content a:visited {
	color: #0066cc;
	text-decoration: none;
}

#content a:hover {
	color: #0066cc;
	text-decoration: underline;
}

/**追加エンド**/


/*-- bookmark navi----*/


#bkmark-nav {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 20px;
}


#bkmark-nav ul {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
    text-align: left;
}

#bkmark-nav li {
	/* フッターナビ設定 */
	display: inline-block;
	line-height: 1.2;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
       float:right;
}

* html #bkmark-nav li {
    display: inline; /* for IE6 */
}

*:first-child + html #bkmark-nav li {
    display: inline; /* for IE7 */
}

#bkmark-nav li a {
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 2px;
    font-size : 0.7em;
}
#bkmark-nav li img {
	vertical-align: bottom;
}

#bkmark-nav a:link {
    color: #666666;
    text-decoration: none;
}

#bkmark-nav a:visited {
    color: #666666;
    text-decoration: none;
}

#bkmark-nav a:hover {
    color: #666666;
    text-decoration: none;
}

#bkmark-nav a:active {
    color: #666666;
    text-decoration: none;
}


/* =Menu -------------------------------------------------------------- */

#access {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	display: block;
	float: left;
       background-image : url(img/acbg.png);
       background-position: top center;
       background-repeat: repeat-x;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
       /**height:25px;**/
}

#access .menu-header, div.menu {
	font-size: 13px;
	margin-left: 12px;
}

#access .menu-header ul, div.menu ul {
	list-style: none;
	margin: 0;
}

#access .menu-header li, div.menu li {
	float: left;
	position: relative;
	margin: 0;
}

#access a {
	display: block;
	text-decoration: none;
	padding: 0 10px;
	line-height: 25px;
	color: #707070;
	font-size: 18px;
	font-weight: normal;
}

#access ul ul {
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	float: left;
	z-index: 99999;
	border-left: 1px solid #6cc941;
	border-right: 1px solid #6cc941;
	border-bottom: 1px solid #6cc941;
	background-color: #fbfbfb;
}

#access ul ul ul {
	left: 100%;
	top: 1px;
	border-top: 1px solid #6cc941;
}

#access ul ul a {
	font-size: 13px;
	font-weight: normal;
}

#access ul ul a {
	/*background:#333;*/
	height: auto;
	line-height: 1em;
	padding: 10px;
	width: 170px;
}

#access li:hover > a, #access ul ul :hover > a {
	color: #000000;/*background:#333;*/
}

#access ul li:hover > ul {
	display: block;
}
/* menu-item menu-item-type-post_type current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item menu-item-type-post_type current-menu-item page_item page-item-155 current_page_item */

#access .current-menu-item, #access .current_page, #access .current_page_item, #access .current_page_item a, #access .current-menu-ancestor, #access .current_page_ancestor {
}


/****** Table 設定 *****/


table.std {
	margin-top: 30px;
	margin-right: 120px;
	margin-bottom: 30px;
	margin-left: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #73b655;
	border-collapse: inherit;
}

table.std th {
	background-color: #fede80;
	font-size: 1.1em;
	letter-spacing: 0.02em;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}

table.std td {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: silver white #d6d6d6;
	font-size: 1em;
	letter-spacing: 0.02em;
}

table.std-m {
	margin-top: 30px;
	margin-right: 120px;
	margin-bottom: 30px;
	margin-left: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #73b655;
	border-collapse: inherit;
}

table.std-m th {
	background-color: #fede80;
	font-size: 1.1em;
	letter-spacing: 0.02em;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}

table.std-m td {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: silver white #d6d6d6;
	font-size: 1em;
	letter-spacing: 0.02em;
}

/****** END Table 設定 *****/
body {
}
