@charset "UTF-8";

/* 初期化 −−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */

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;
}

img {
	border: none;
}
/* 背景 −−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
body {
	color: #333333;
	background-color:#FFFFE6;
	line-height: 1.4em;
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
}


div#container {
	width:800px;
	margin: 0px auto;
	background-color: #fff;
	border:solid 1px #999;
}

div#header {
	background-color: #3F3F3F;
}	

#sidebar{
	width: 220px;
	float:left;
	background-color: white;
	

}

#main{
	width: 550px;
	float:left;
	margin-left:10px;
}


div#footer {
	margin-top:50px;
	padding: 10px 15px 10px 15px;
	background-color: #3F3F3F;
	font-size: 10px;
	color:#fff;
	text-align: center;
	clear: both;
}

/* sidebar要素 −−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */

/*囲み枠*/
#sidebar_menu{
	width: 82%;					/*囲み枠の幅*/
	margin: 0 auto;				/*囲み枠をセンタリング*/
	margin-bottom: 10px;		/*囲み枠下の余白*/
	font-size: 14px;			/*囲み枠内の文字の大きさ*/
	/* border-top: 1px #cccccc solid; 囲み罫の太さと色*/

}

/*囲み枠内の見出し*/
p.sbmidashi{
	background-color: #FF7F00;	/*見出し部分の背景色*/
	width: 82%;
	text-align: center;			/*文字をセンタリング*/
	color: white;				/*文字色*/
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0px;
	margin: 0 auto;
	/*border: 1px #F26522 solid; 	囲み罫の太さと色*/
}

/* 制作実績メニュー */
#sidebar_menu ul{	padding:5px;	}	/*囲み枠内のul要素*/
#sidebar_menu li{
	list-style: none;
	font-size:15px;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
#sidebar_menu li a{
	padding:5px 0 5px 5px;

	display:block;
	width: auto;
	text-decoration: none;		/*リンクの下線を消去*/
	color: black;				/*文字の色を黒に*/
}
#sidebar_menu li a:hover{
	background-color: #FCE59D;		/*背景の色を変える*/
	color: black;				/*文字色を変える*/
}





/* サブメニュー */
#sidebar_submenu ul{	padding:5px;	}	/*囲み枠内のul要素*/
#sidebar_submenu li{	list-style: none;	}	/*囲み枠内のli要素*/
#sidebar_submenu li a{
	width:82%;
	display:block;
	text-decoration: none;		/*リンクの下線を消去*/
	color: black;				/*文字の色を黒に*/
}
#sidebar_submenu li a:hover{
	background-color: #FCE59D;		/*背景の色を変える*/
	color: black;				/*文字色を変える*/
}

#sidebar_submenu li.news{
	font-size:10px;
	color: #999;
}

/* ニュースリリースリスト */
#news_menu ul{	padding:0;	}	/*囲み枠内のul要素*/
#news_menu li{	
list-style: none;
	line-height:11px !important;
	}	/*囲み枠内のli要素*/
#news_menu li a{
	font-size:10px;
	text-decoration: none;		/*リンクの下線を消去*/
	color: black;
	line-height:11px !important;
}
#news_menu li a:hover{
	background-color: #FCE59D;		/*背景の色を変える*/
	color: black;				/*文字色を変える*/
}

#news_menu li.news{
	color: #999;
}



/* サイドバー内ブロック要素 */
#sidebar_block,#sidebar_block2,#sidebar_block3,#sidebar_block4{
	width:82%;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 14px;			/*囲み枠内の文字の大きさ*/
}

/* サイドバーサブ見出し */
#sub_midashi,#sub_midashi2{
	width:82%;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 14px;			/*囲み枠内の文字の大きさ*/
}


img.banner{
	margin-bottom:5px;
}

/* header要素 −−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */



/* サイトタイトル */
h1 {
	font-size:10px;
	color:#fff;
	padding: 12px 0 8px 12px;
	line-height: 1;
}

/* marginはtop,right.bottom,left −−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */


/* パンくずリスト要素 −−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
p.breadcrumb{
	font-size:12px;
	color:#666;
	margin:5px 0 5px 10px;
}


/* main要素 −−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */

.honbun{
	width:auto;
	font-size: 11pt !important;
	line-height:1.7em !important;
	color:#000;
	background-color: white;
	margin:10px 0 10px 0;
	
}

/* 見出し1 */
h2 {
background: #FCE59D;
border-left: 10px solid red;
clear: both;
color: #000;
font-size: 13pt;
font-weight: bold;
line-height: 22pt;
padding-left: 15px;
padding-top:5px;
padding-bottom:5px;

}

/* 制作実績 */

.thum{
	width:150px;
	height:150px;
	border: 1px double #ccc;
	float:left;
	margin-right:15px;


}

ul.navi{
	margin:10px 0 10px 0;
	list-style-type: none;
}
ul.navi li{	
	list-style: none;
	margin-bottom:10px;
	}

ul.link{
	margin:10px 0 10px 0;
	list-style-type: none;
}
ul.link li{	
	list-style: none;
	margin-bottom:10px;
	}

/*
ul.navi li a{
	text-decoration: none;
	color: black;
}

ul.navi li a:hover{
	background-color: #FCE59D;
	color: black;
}

*/

.title{
	font-size:16px;
	font-weight:bold;
}

.kiji{
	font-size:14px;
}

.syuppan{
	font-size:14px;
}

.tanto{
	font-size:12px;
	color:#666;
}

.misc{
	margin-left:10px;
	font-size:12px;
	line-height:15px;
}


img.imgnavi{
	margin:0 auto;
	

}

/* 見出し2 */
h3,h4 {
	background: #FCE59D;
	border-left: 10px solid red;
	color: #000;
	font-size: 13pt;
	font-weight: bold;
	line-height: 22pt;
	padding-left: 15px;
	margin-top:20px;
	padding-top:5px;
	padding-bottom:5px;
}




