@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐ ゴシック",sans-serif;
	font-size:100%;
	}
body{
	background-color:#333333;
	}
img{
	border-style:none;
	}
	
/*-----------------------------------------------
 共通
-----------------------------------------------*/

a:link{
	text-decoration:none;
	color:#006699;
	}
a:visited{
	text-decoration:none;
	color:#006699;
	}
a:hover{
	text-decoration:underline;
	color:#990000;
	}
	
	
#wrapper{
	width:800px;
	margin:0 auto;
	background-color:#FFFFFF;
	}
	
/*-----------------------------------------------
 ヘッダー
-----------------------------------------------*/

#header{
	height:80px;
	border-top:solid 5px #003366;
	}
#header h1{
	margin:15px 0 0 10px;
	}
	
/*-----------------------------------------------
 グローバルナビ
-----------------------------------------------*/

#global_navi{
	height:25px;
	}
#global_navi ul{
	width:800px;
	height:25px;
	margin:0 auto;
	list-style-type:none;
	}
#global_navi li{
	width:160px;
	height:25px;
	float:left;
	}
#global_navi a{
	display:block;
	height:100%;
	text-indent:-9999px;
	}
a:focus{
	/*\*/
	overflow:hidden;
	/**/
	}
li.home{
	background-image:url(../img/m_home.gif);
	}
li.home a{
	background-image:url(../img/m_home-over.gif);
	}
li.business{
	background-image:url(../img/m_business.gif);
	}
li.business a{
	background-image:url(../img/m_business-over.gif);
	}
li.corporate{
	background-image:url(../img/m_corporate.gif);
	}
li.corporate a{
	background-image:url(../img/m_corporate-over.gif);
	}
li.contact{
	background-image:url(../img/m_contact.gif);
	}
li.contact a{
	background-image:url(../img/m_contact-over.gif);
	}
li.image{
	background-image:url(../img/m_etc.gif);
	}
li a:hover{
	background:none !important;
	}

/*-----------------------------------------------
 パンくずリスト
-----------------------------------------------*/

#topicpath{
	clear:left;
	font-size:80%;
	color:#666666;
	margin:5px 0 5px 20px;
	}
#topicpath ol{
	list-style-type:none;
	}
#topicpath li{
	float:left;
	}
	
/*-----------------------------------------------
 メニュー内容ありのサイドバー
-----------------------------------------------*/
	
#sidebar{
	min-height:800px;
	float:left;
	height:auto !important;
	height:800px;
	width:160px;
	background-image:url(../img/background_b.gif);
	background-repeat:repeat-y;
	font-weight:700;
	color:#666666;
	}
#sidebar a:link{
	text-decoration:none;
	color:#006699;
	}
#sidebar a:visited{
	text-decoration:none;
	color:#006699;
	}
#sidebar a:hover{
	text-decoration:underline;
	color:#990000;
	background:#FFFF99;
	}
#sidebar h3{
	color:#ffffff;
	margin-top:20px;
	margin-left:5px;
	padding-left:10px;
	background-color:#555555;
	}
#sidebar ul{
	list-style-type:none;
	font-size:90%;
	margin-left:10px;
	margin-right:10px;
	}
#sidebar li{
	border-bottom:dashed 1px #999999;
	border-left:solid 5px #999999;
	margin-top:10px;
	padding-left:5px;
	}
.link01 {
	margin-left:15px;
	}
.link02 {
	margin-left:25px;
	font-size:70%;
	font-weight:400;
	}
.link02 {
	margin-left:25px;
	font-size:70%;
	font-weight:400;
	}
	
/*-----------------------------------------------
 お問い合わせ・サイトマップページ　サイドバー
-----------------------------------------------*/	
	
#sidebar_b{
	width:160px;
	float:left;
	min-height:800px;
	height:auto !important;
	height:800px;
	background-image:url(../img/background.gif);
	background-repeat:repeat-y;
	margin:2px;
	}
	
/*-----------------------------------------------
 HOMEページ　ニュース
-----------------------------------------------*/

#news{
	width:593px;
	float:left;
	min-height:400px;
	height:auto !important;
	height:400px;
	margin-top:5px;
	margin-left:7px;
	background-image:url(../img/news.gif);
	background-repeat:no-repeat;
	}
#news h2{
	color:#FFFFFF;
	margin-left:20px;
	margin-top:2px;
	}
#news dl{
	font-size:80%;
	margin:20px 10px 0 20px;
	}
#news dt{
	font-size:90%;
	color:#666666;
	}
#news dd{
	border-bottom:dashed 1px #666666;
	margin-bottom:10px;
	margin-right:10px;
	}
/*-----------------------------------------------
 HOMEページ　サービス
-----------------------------------------------*/

#service{
	width:190px;
	float:left;
	min-height:400px;
	height:auto !important;
	height:400px;
	margin-top:5px;
	background-image:url(../img/service.gif);
	background-repeat:no-repeat;
	}
#service h2{
	color:#FFFFFF;
	margin-left:20px;
	margin-top:2px;
	}
#service dl{
	font-size:80%;
	list-style-type:none;
	background-image:url(../img/background.gif);
	background-repeat:repeat-y;
	min-height:400px;
	height:auto !important;
	height:400px;
	margin-top:10px;
	}
#service dd{
	margin:2px 5px;
	}
	
/*-----------------------------------------------
 メインコンテンツ
-----------------------------------------------*/

#content{
	width:600px;
	float:left;
	min-height:800px;
	height:auto !important;
	height:800px;
	font-size:80%;
	}
div.index{
	font-size:120%;
	}
hr{
	margin-left:20px;
	}
div.bunsho{
	float:left;
	width:400px;
	}
div.topimage{
	float:right;
	width:180px;
	margin-top:20px;
	}
div.downroad{
	clear:both;
	margin-left:120px;
	margin-bottom:50px;
	}
div.attention{
	font-size:80%;
	color:#666666;
	}
#content h2{
	font-size:130%;
	color:#666666;
	border-bottom:solid 1px #003366;
	border-left:solid 15px #003366;
	margin-top:20px;
	margin-left:20px;
	padding-left:10px;
	}
#content h3{
	margin-top:5px;
	margin-left:25px;
	}
div.bunsho p{
	margin:10px 15px 5px 30px;
	}
#content dl{
	margin:10px 20px 20px 20px;
	}
#content dt{
	font-size:120%;
	border-bottom:2px #999999 solid;
	color:#003366;
	margin:10px;
	}
#content dd{
    margin:0 10px;
	padding:2px;
	}
#content ul{
	list-style-type:none;
	margin:10px 20px 20px 20px;
	}
#content ul.jigyou{
	margin-left:100px;
	}
#content li.jigyou{
	margin-top:30px;
	}
#content p.saiyo{
	margin:10px  0 0 30px;
	}
#content ul.adobe{
	margin:50px 30px 0 30px;
	border-top:dotted 1px #666666;
	font-size:80%;
	color:#666666;
	}
.adobe li{
	padding:10px;
	float:left;
	}
#content ol{
	list-style-type:none;
	margin:0 30px 20px 30px;
	border-top:dotted 1px #666666;
	}
div.kessan h3{
	border:solid 1px #666666;
	padding:20px;
	margin-right:5px;
	color:#333333;
	}
div.kessan li{
	margin:10px  0 0 30px;
	}
.torihiki1{
	float:left;
	widows:100px;
	}
.torihiki2{
	float:left;
	widows:100px;
	}
.clear{
	clear:left;
	}
.jigyotop_nori{
    float:left;
	width:160px;
	height:150px;
	padding-left:5px;
	}
.jigyotop_jiji{
	float:left;
	width:130px;
	height:150px;
	padding-left:5px;
	}
.jigyotop_media{
	padding-left:5px;
	}
	
/*-----------------------------------------------
 サイトマップとページTOPへのアンダーメニュー
-----------------------------------------------*/

#under_menu{
	clear:left;
	}
#under_menu ul{
	list-style-type:none;
	font-size:80%;
	margin-left:450px;
	}
#under_menu li{
	float:left;
	margin:10px;
	border-left:10px #999999 solid;
	padding-left:5px;
	}

	

/*-----------------------------------------------
 フッター
-----------------------------------------------*/
	
	
#footer{
	height:20px;
	clear:left;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 5px #003366;
	}
#footer address{
	text-align:center;
	line-height:20px;
	font-size:60%;
	font-style:normal;
	}
	
/*-----------------------------------------------
 共通ストロング
-----------------------------------------------*/

strong{
	font-size:120%;
	color:#ff3333;
	}