@charset "UTF-8";
/* CSS Document */


/* ===== Global Class ==== */


.clear { clear:both; }
.border {
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	border-top:1px dotted #669933;
}
.alignleft,
.left { 
	float:left;
	margin:0 10px 10px 0;
}
.alignright,
.right { 
	float:right;
	margin:0 0 10px 10px;
}

.radius {
	border-radius:20px;        /* CSS3草案 */  
  -webkit-border-radius:20px;    /* Safari,Google Chrome用 */  
  -moz-border-radius:20px;
	behavior: url(/css/PIE.htc);
}

.radius_2px {
	border-radius:2px;        /* CSS3草案 */  
  -webkit-border-radius:2px;    /* Safari,Google Chrome用 */  
  -moz-border-radius:2px;
}

.radius_5px {
	border-radius:5px;        /* CSS3草案 */  
  -webkit-border-radius:5px;    /* Safari,Google Chrome用 */  
  -moz-border-radius:5px;
}

.radius_10px {
	border-radius:10px;        /* CSS3草案 */  
  -webkit-border-radius:10px;    /* Safari,Google Chrome用 */  
  -moz-border-radius:10px;
}


/* ==== WP ==== */

.wp-caption-text {
	text-align:center;
	font-size:smaller;
	margin:0;
	padding:2px;
	color:#666;
}

.wp-caption {
	clear:both;
}

/* ===== Global Tag ===== */

html,
body {
	background:url(/image/template/bg_brown.gif);
	margin:0;
	padding:0;
	height:100%;
	font:normal "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",Verdana;
	font-size:12px;
	line-height:160%;
	color:#494949;
}

h2 {
	padding:0 0 0 12px;
	border-left:5px solid #663300;
	margin:15px 0;
	font-size:18px;
	color:#222;
}

h3 {
	margin:0 0 2px 0;
	padding:0;
	font-size:14px;
	color:#222;
}

a {
	text-decoration:none;
	color:#669900;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color:#993;
}

a img { border-width:0; }
a:hover img { 
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	KHTMLOpacity:0.85;
	opacity:0.85;
}

strong { color:#000000; }

/* ============ */

#wrapper {
	background:url(/image/template/bg_offWhite.png) center center repeat-y;
	height:100%;
  min-height: 100%;
}

body > #wrapper {
    height: auto;
}

#wrapper #header {
	background:url(/image/template/bg_header.jpg) center -4px no-repeat;
	height:200px;
}

#wrapper #header h1,
#wrapper #header div#menu_top,
#wrapper #body,
#wrapper #footer {
	width:950px;
	margin:0 auto;
	padding:0;
}

#wrapper #header h1 a {
	width:220px;
	height:110px;
	display:block;
	text-indent:-1200px;
	overflow:hidden;
	outline:none;
}

#wrapper #header div#menu_top {
	height:60px;
	margin-top:20px;
	background:url(/image/template/bg_menu.png) center top no-repeat;
	clear:both;
}

#wrapper #header div#menu_top ul {
	margin:0 10px;
	padding:0;
	list-style:none;
	position:relative;
}

#wrapper #header div#menu_top ul li {
	display:block;
	float:left;
	height:66px;
	position:relative;
}

#wrapper #header div#menu_top ul li a {
	display:block;
	height:52px;
	overflow:hidden;
	text-indent:-600px;
	outline:none;
}

/*
#wrapper #header div#menu_top ul li a:hover {
	background:url(/image/template/arrow_down_white.png) center 4px no-repeat;
}
*/

#wrapper #header div#menu_top ul li#menu_top_01 a { width:190px; margin-right:8px; }
#wrapper #header div#menu_top ul li#menu_top_02 a { width:182px; }
#wrapper #header div#menu_top ul li#menu_top_03 a { width:185px; }
#wrapper #header div#menu_top ul li#menu_top_04 a { width:182px; }
#wrapper #header div#menu_top ul li#menu_top_05 a { width:182px; }


/* ========= Body ========== */

#wrapper #body {
	width:934px;
	margin:-12px auto 0 auto;
	padding:0;
	position:relative;
}


#wrapper #body #side_menu {
	width:179px;
	float:left;
	margin:0 10px 0 0;
	padding:0 7px 10px 7px;
	background:url(/image/template/bg_side_menu.png) -2px bottom  no-repeat;
	position:relative;
	top:-7px;
	left:1px;
}


#wrapper #body #side_menu .border {
	margin:7px 0 0 0;
	padding:0 0 7px 0;
}

#wrapper #body #side_menu .title_tag {
	margin-bottom:7px;
}

#wrapper #body #side_menu #teien_samples {
	margin:0 2px;
	padding:0;
	list-style:none;
}

#wrapper #body #side_menu #teien_samples li.teien_samples_item {
	margin:0 0 7px 0;
	padding:0;
	display:block;
	background-color:#d6e3d6;
	text-align:center;
	font-size:smaller;
}

#wrapper #body #side_menu #teien_samples li.teien_samples_item a {
	color:#333;
}

#wrapper #body #side_menu .body_tag {
	text-align:left;
}

#wrapper #body #side_menu .body_tag a {
	white-space:nowrap;
	padding:3px 0px 3px 3px;
}

#wrapper #body #main {
	width:720px;
	float:right;
	margin:2px 5px 0 0;
} 

#wrapper #body #main .pankuzu {
	font-size:smaller;
	margin-bottom:10px;
	position:relative;
	top:-5px;
	left:-5px;
	padding-bottom:8px;
	border-bottom:1px dotted #ddd;
	
}

#wrapper #body #main .pankuzu a {
	color:#666;
	padding:0 3px;
}

#wrapper #body #main .category_description {
    position: relative;
    top: -5px;
    color: #404040;
    font-size: 1.2em;
    /* letter-spacing: .1em; */
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(255,255,255,.5);
    border-radius: 8px;
    box-shadow: 0 0 7px #dadada inset;
}
#wrapper #body #main .category_description p {
	margin: 0;
}

#wrapper #body #main .arrow_down { /* for Nagare */
	margin:10px;
}

#wrapper #body #main .navigation {
	border-top:1px dotted #ddd;
	padding:10px 5px;
	margin-top:10px;
	font-size:larger;
}

#wrapper #body #main .navigation p a { 
	color:#333; 
	background:url(/image/template/btn_bg_navi.png) 0 0 no-repeat;
	display:block;
	width:145px;
	height:32px;
	padding-top:10px;
	text-align:center;
}


/* ========= Footer ========== */

#wrapper #footer {
	margin-top:10px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:.07em;
	font-size:smaller;
	padding-bottom:10px;
	text-align:center;
	color:#666666;
}

/* === Contact Form 7 ===== */

.wpcf7 input,
.wpcf7 textarea {
	padding: 8px;
	border:1px solid #ccc;
	border-radius: 3px;
	width: 90%;
}
.wpcf7-not-valid-tip {
	display: block;
	color: red;
}
.screen-reader-response {
    font-weight: bold;
    color: red;
	padding: 10px 0 0 0;
}
