global.css 3.84 KB
/* CSS Document */

/* -------------------------
 __Default style clear
-------------------------- */

* {
	margin: 0;
	padding: 0;
	/*
	text-align: center;
	*/
}

html{ 
    height: 100%; 
	

} 

body {
	background-color: #FFFFFF;
		font-family: "MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    height: 100%; 
}

body > #container{ 
    height: auto; 
	
}
em{
	font-style:normal;
	}
strong{
	font-weight: bold;
	font-style: normal;
}
/* -------------------------
 __container
-------------------------- */

#container{
	width: 800px;
	margin: 10px auto 10px;

	
	
	height:100%; 
    min-height:100%; 
}

/* -------------------------
 __header
-------------------------- */
#header{
	width: 800px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom:1px solid #000;

}

.head_side{
	background:url(../img/header.jpg);
	background-repeat:no-repeat;
	}
#head_title{
	font-size:12px;
	border-top:5px solid #003366;
	border-bottom:1px solid #CCCCCC;
	clear:both;
	}


.head_contens{
	
	padding:10px 10px 10px 10px;

	
	}
.head_img{
	float:left;
	}
.head_right h1{
	float:right;
	margin-left:5px;
	margin-top:10px;
	margin-right:5px;
	padding:5px 5px 5px 5px;
	font-size:12px;
	line-height:130%;
	}

.head_td_right{


	
	
	}
#log_in{
	padding-left:20px;
	width:200px;
	font-size: 9pt;
	line-height: 120%;



}

/*----
更新情報
------*/
.renewal{
	width:200px;
	font-size:12px;
	line-height:150%;
	padding-left:20px;

	}
.renewal ul{
	list-style:none;
	padding-left:0;
	}
.renewal ul li{
	list-style:none;
	padding-left:0;
	}
.renwal_title{
	margin-top:10px;
	color:#98CB00;
	font-size:12px;
	border-bottom:1px dotted #999;
	}
/* -------------------------
 __contents
-------------------------- */
#contents{
	width: 800px;

	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;

}


/* #menu */
#menu{
	margin-top: 5px;
	height: 100%;
    min-height: 100%;
		width: 189px;
}

#menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/*
#menu a{
	text-decoration: none;
	text-indent: -1000px;
	text-align: center;
	width: 189px;
	height: 44px;
	overflow: hidden;
	display: block;
}
*/





/* #i_box */
#i_box{
	width: 600px;
	margin-top: 5px;
	height: 100%;
    min-height: 100%;
	font-size:12px;
	padding-left: 10px;
	color:#333333;
}
#i_box h2{
	width:550px;
	line-height:150%;	
	font-weight:bold;
	padding-left:10px;
	border-left:10px solid #98CB00;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	border-right:1px solid #999;
	font-size: 15px;
	color:#666;
	margin:5px;
}

#i_box h3{
	color:#333333;
	background:url(../img/h3_bg.gif) no-repeat;
	line-height:140%;
	font-weight:bold;
	font-size:14px;
	width:500px;
	height:31px;
	margin:5px 5px 5px 5px;
	padding-left:39px;
	padding-top:10px;


}

#i_box p{
	width: 500px;
	color:#000000;
	margin-top:10px;
	margin-left: 15px;
	line-height: 120%;
	font-size: 11pt;
	padding-left:15px;
}
#i_box .support{
	font-size:10px;
	color:#CC0000;

}
#i_box .corp_info{
	background:#FFFFCC;
	border:1px solid #98CB00;
	margin:10px 10px 10px 10px;
	width:500px;
	padding:5px 5px 5px 5px;
	}
#i_box ul{
	
}
#i_box ul li{
	

}
.list_li li{
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom:5px;
	line-height: 120%;
	font-weight:600;
	font-size: 11pt;
	padding-left: 25px;
	padding-right: 10px;
	background-image: url(../img/list.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	}
/* -------------------------
 __footer
-------------------------- */

.footer{
	font-size: 12px;
	}

/* -------------------------
 __side_footer
-------------------------- */

#side_footer{
	padding-left: 0;
		border: 1px solid #D8D8D8;
	background-color: #F0F0F0;
		font-size: 10pt;
			text-align:right;


}
/* -------------------------
 __footer
-------------------------- */
#footer{
	width: 800px;
	height:38px;
}


#footer_menu{
	clear:both;
	text-align:left;
	font-size: 10pt;
	margin-left: 20px;
}