/*
Theme Name: Yamadax
Description: This is my theme.
*/


/* --------------------------------------
basic layout
---------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;padding:0;
}

 body {
	font-size: 80%;
	line-height: 1.6em;
	background-color: #ffffff;
	font-family: "verdana","sans-serif";
	margin: 0px;
	padding: 0px;
	color: #666666;
 }
 ol,ul {
 	list-style: none;
 }		
 
 h1 a {
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	width: 170px;
	height: 35px;
	display: block;
 }
 h1 span {
    display: none;
 }
 #container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
 }
 #header {
	height: 65px;
	position: relative;
	margin-top: 30px;
	border-bottom: 4px solid #99CCCC;
 }
 #panel {
	margin-bottom:10px;
}
 #panel_bottom {
	background-color:#ffffff;
		}

 #footer {
 	margin-top: 20px;
	padding: 10px;
	border-top: 1px solid #99CCCC;
	clear: both;
	}
 #footer address {
	font-style: normal;
	text-align: right;
	font-size: 10px;
}
 /* --------------------------------------
top
---------------------------------------*/

#top_news{
	float:left;
	background-image: url(img/back_news.gif);
	background-repeat: no-repeat;
	width: 750px;
	height: 120px;
	border: 1px solid #1c9db9;
}
#top_news h2{
    display: none;
}
#top_left{
	color:#1c9db9;
	float:left;
	padding:10px 20px 10px 250px;
}
#top_left li{
	background-image: url(img/icon_3.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 1px;
}
#top_left a{
	color:#1c9db9;
}
#top_left a:hover{
	color:#cccccc;
}
#top_right{
	height:100px;
	float:right;
	padding:10px 20px;
}
#about{
	float:left;
	background-image: url(img/back_about_01.gif);
	background-repeat: no-repeat;
	width: 750px;
	height: 80px;
	border: 1px solid #c8c7ba;
	margin:10px 0 20px;
}
#about ul li {
	float:right;
	display: block;
	height: 80px;
 }
#about h3{
    display: none;
}
 /* --------------------------------------
navi
---------------------------------------*/

#header #navi ul{
	position: absolute;
	right:0px;
	bottom:0px;
		
 } 
#navi  ul li {
	float:left;
	display: block;
	height: 22px;
 }

/* --------------------------------------
link style
---------------------------------------*/

a img{
	border-style:none;
	}
a,a:link {
	color: #666666;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

/* --------------------------------------
company,management,news------basic
---------------------------------------*/
#main_common {
	margin-top: 30px;
	padding-bottom: 20px;
	float: left;
	}	
#panel_left {
	width: 230px;
	float: left;
	}
#panel_left li{
	background-image: url(img/icon_1.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 1px;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 10px;
			}
#panel_right {
	float: left;
	width: 520px;
}
.pagetop{
	text-align:right;
	padding-top:5px;
}	
div#audio p{
	margin-top:10px;
}
/* --------------------------------------
news
---------------------------------------*/
#left_inner{
	width: 200px;
	margin: 10px 0 0 0;
	float: left;
			}
#left_inner li{
	background-image: url(img/icon_2.gif);
	background-repeat: no-repeat;
	background-position:0px 5px;
	padding-left: 15px;
	font-size: 12px;
	margin-top: 8px;
	margin-left: 10px;
			}
#left_inner h3{
	font-size:15px;
	border-top: 5px solid #eeede7;
	border-bottom: 1px solid #eeede7;
	margin-top: 20px;
	padding-left: 8px;
}
#pagetitle{
	color:#ffffff;
	font-weight: bold;
	background-color:#99cccc;
	padding: 5px 5px 5px 15px;
}
.entry {
	padding: 15px 15px 5px 15px;
	margin-bottom: 15px;
	border-right: 3px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
}
.entry p{
	margin-bottom:1.6em;
}
.entry h4{
	color:#336666;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom: 3px solid #99cccc;
}
.entry .date{
	text-align: right;
	font-size: x-small;	
}
.body {
	padding: 10px;
}
/* --------------------------------------
news-pagelink
---------------------------------------*/
p.pagelink a{
	font-size: 0.8em;
}
span.pageprev{
	float:left
}
span.pagenext{
	float:right;
}
/* --------------------------------------
news-category-title
---------------------------------------*/
	
div.kaiho .pagetitle{
	background-image: url(img/category3.jpg);
	background-repeat: no-repeat;
	width: 520px;
	height: 60px;
}
div.sugimoto .pagetitle{
	background-image: url(img/category2.jpg);
	background-repeat: no-repeat;
	width: 520px;
	height: 60px;
}
div.staff .pagetitle{
	background-image: url(img/category1.jpg);
	background-repeat: no-repeat;
	width: 520px;
	height: 60px;
}
div.other .pagetitle{
	background-image: url(img/category4.jpg);
	background-repeat: no-repeat;
	width: 520px;
	height: 32px;
}
div#panel_right .pagetitle span {
	display: none;
 }
div.kaiho .entry h4{
	padding-bottom:5px;
	border-bottom: 2px solid #ff6666;
}
div.sugimoto .entry h4{
	padding-bottom:5px;
	border-bottom: 2px solid #b7206b;
}
div.staff .entry h4{
	padding-bottom:5px;
	border-bottom: 2px solid #0099cc;
}
/* --------------------------------------
company,management
---------------------------------------*/
#right_inner{
	padding-left:20px;
	border-left: 1px dotted #CCCCCC;
}
#audio{
	margin:20px 0 0 15px;
}
p.text{
	color: #b7206b;
	letter-spacing: 0.1em ;
	font-family:"ＭＳ Ｐ明朝",serif;
}
#right_inner dl{
	margin-bottom: 2em;
}

#right_inner dt{
	margin-right: 10px;
	padding-left: 10px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 1.5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
.prof_c1 dt{
	border-left: 5px solid #FF6666;
}

.prof_c2 dt{
	border-left: 5px solid #99CCCC;
}

.prof_c3 dt{
	border-left: 5px solid #B7206B;
}

#right_inner dd{
	margin-left: 8em;
	margin-top: -3.4em;
	margin-bottom: 1.5em;
}
table.c_prof{
	border-collapse: separate; 
	border-spacing: 0 5px;
	width: 100%;
	margin-bottom: 20px;
}
.c_prof th, td	{
	margin-bottom:10px;
	padding: 5px 10px;
}

.c_prof th	{
	text-align:left;
	border-bottom: 1px dotted #cccccc;
	border-left: 5px solid #99CCCC;

}
.c_prof td	{
	border-bottom: 1px dotted #cccccc;
}
#right_inner ul{
	margin: 1em 0 1em 15px;
}
/* --------------------------------------
編集用
---------------------------------------*/
#right_inner .now ul{
	color:#ff0000;
	margin: 1em 0 1em 15px;
}
#right_inner .now h3{
    color:#ff0000;
	border-bottom: 2px solid #ff0000;
	font-weight: normal;
	margin-left: 15px;
}
/* --------------------------------------

---------------------------------------*/
#right_inner h3{
	border-bottom: 1px solid #CCCCCC;
	font-weight: normal;
	margin-left: 15px;
}
#right_inner p{
	margin: 1em 0 1em 15px;
}
#prof_header{
	height:35px;
	margin-bottom:15px;
	border-bottom:1px solid #99CCCC;
}

#talent_list dt{
	float:left;
	clear:both;
	background-image: url(img/icon_1.gif);
	background-repeat: no-repeat;
	font-size: 15px;
	color: #99cccc;
	padding-left: 18px;
	background-position: 1px;
	margin-top: 10px;
	margin-left: 10px;
	}
#talent_list dd{
	background-image: url(img/smile.gif);
	background-repeat: no-repeat;	
	padding-left: 25px;
	background-position: 1px;
	float:left;
	margin-top: 10px;
	margin-left: 10px;
	}
#prof_header{
	width:750px;
}	
#prof_index{
	padding-left:70px;
	border-left: 1px dotted #CCCCCC;
	float:left;
}
.prof{
	color:#99CCCC;
	margin: 50px 20px;
	float:left;	
}
.prof h3{
	font-size:14px;
	line-height: 2em;
	font-weight: bold;
}
.prof p{
	text-align:right;
}
#left_image a:hover img,
.prof a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	border:0 none;
	}

/*--------------
 Normal Bubble
---------------- */
#comment_box{
	margin-top:50px;
	padding-top:30px;
	border-top: 2px dotted #CCCCCC;
}
#qa{
	background:#f5f5f5;
	width: auto;
	margin-bottom:10px;
	font-size: 1.2em;
	border: 1px solid #c9c2c1;
	padding:3px 0 3px 10px;
}
div.comment {
	width: auto;
	font-size: 0.9em;
	margin-bottom: 15px;
}

div.comment blockquote {
	background:  url(img/best.gif) no-repeat 440px 15px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.comment blockquote p {
	margin: 10px;
	padding: 0px;
}

div.comment cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 3px;
	background: transparent url(img/tip.gif) no-repeat 30px 0;
	font-style: normal;
}

/* --------------------------------------
form
---------------------------------------*/

div#form h2{
	font-size: 14px;		
}
div#form p{
	margin:5px 0 25px 20px;
}

.form_table{
	width: auto;
	margin-left: 20px;
	margin-top: 5px;
}
.form_table tr th{
	width:200px;
	border-top: 1px dotted #99CCCC;
	padding: 5px;
	text-align: right;
}
.form_table tr td{
	border-top: 1px dotted #99CCCC;
	padding: 5px 0 5px 25px;
	}
.form_table tr th span{
	font-size: 10px;
	color: #999999;
	display: block;
	line-height: normal;
	font-weight: normal;
	}
.form_table tr td span{
	font-size: 10px;
	color: #999999;
	}	

/* --------------------------------------
wp-pagenavi
---------------------------------------*/
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #cccccc;
	color: #cccccc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #cccccc;
	color: #cccccc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #cccccc;
	color: #666666;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #cccccc;
	color: #cccccc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #cccccc;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #99cccc;
	color: #99cccc;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #cccccc;
	color: #cccccc;
	background-color: #FFFFFF;
}
 /* --------------------------------------
 subwindow
---------------------------------------*/	
body#s_sub {
	background-color: #b7206b;
}
#sub a:link{
	color:#ffffff;
}
#sub p{
	font-size:70%;
	text-align:center;
}
.roundedcornr_box {
	color:#ffffff;
   background: #b7206b url(img/roundedcornr_grad.gif) no-repeat;
	margin:30px 30px 10px;
}
.roundedcornr_top div {
   background: url(img/roundedcornr_tl.gif) no-repeat top left;
}
.roundedcornr_top {
   background: transparent url(img/roundedcornr_tr.gif) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(img/roundedcornr_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: transparent url(img/roundedcornr_br.gif) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0 20px; }
