@charset "utf-8";

/*ホームのスタイルシート*/
/*グローバルナビゲーションの設定*/
#global_navi a.home {
	background-color:#000;
	background: url(../images/tab_hover.gif)  0 0 repeat-x;
	color:white;
	font-weight: bold;
	font-family: "MS Pゴシック", Osaka, sans-serif;
}

/*ホームの設定*/
/*右側*/
#container {
	clear:both;
	width:100%;
	position:relative;
}

#content {
	margin-left:260px;
}
#content h4 {
	margin-top:10px;
}
#content dl{
}
#content dt {
	margin-top:5px;
	font-weight:bold;
	color:#333;
}
#content dd {
	padding-left:10px;
	color:#555;
}
#content h3 {
	font-weight:bold;
}
#content p {
	color:#555;
}

/*左側*/
#sidebar{
	position:absolute;
	left:0px;
	top:0px;
	width:250px;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
}

#sidebar ul{
	width:100%;
	list-style: none;
	overflow:hidden;
	margin:0;
	padding:0;
}

#sidebar a {
	display:block;
	height:28px;
	color:#494949;
	text-decoration:none;
	line-height:28px;
	padding-left:25px;
	border-top:1px dotted #999;
	background: #E8E8E8 url(../images/subnavi.gif) left top no-repeat;
}

#sidebar a:hover {
	color:#fff;
	border-bottom:2px solid red;
	background: #a1a1a1 url(../images/subnavi_hover.gif) left top no-repeat;
}

/*アイコン一覧*/
#icon {
	margin-top:45px;
}
#icon h4{
	color:#666;
	font-weight:bold;
}
#icon li {
	float: left;
	width: 100px;
	margin:10px 10px 0 0;
	text-align:center;
}
#icon h5 {
	border-top:1px solid #999;
	border-bottom:1px dashed #999;
	background-color:#EEE;
}
#icon h5 p {
	display: block;
	padding: 3px 0;
	color:#FFF;
	font-weight: normal;
	background: #222;
}


