@charset "utf-8";



/* ------------------------------------------------- a */

a {
	color: #4699A3;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #ed6d00;
}

a:hover img {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}



/* ------------------------------------------------- h */
h1{
	margin-bottom:25px;
}

h2{
	clear:both;
	margin-bottom:10px;
}



/* ------------------------------------------- inline */

strong {
	font-weight: bold;
/* 	color: #ED6D00; */
}



/* ------------------------------------------- image */
.ileft {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}


.iright {
	float: right;
	padding-left: 13px;
	padding-bottom: 20px;
}




/* ---------------------------------------- line */

.line{
	background:url(../img/dot_line.gif) repeat-x bottom left;
}





/* ========================================== BASE STRUCTURE */


/* ---------------------------------------- topicPath */

.topicPath{
	width:990px;
	margin:0 auto;
	margin-top: 0px;
	font-size:1em;
	color:#333;
}

.topicPath li{
	float:left;
	list-style:none;
	padding:10px 0px 0px 5px;
}

.topicPath li a{
	color:#333;
	padding:0px 18px 0px 0px;
	background:url(../img/arrow.gif) no-repeat right center;
	text-decoration: none;
}

.topicPath li a:hover{
	text-decoration: underline;
}


/* --------------------------- MainCont */

#MainCont{
	width:980px;
	margin:0 auto;
	clear:both;
}


/* --------------------------- Contents */

#Contents{
	float:left;
	width:720px;
/*	margin-top:40px; */
	overflow:hidden;
}

/* --------------------------- Sidebar */

#Sidebar{
	float:right;
	width:200px;
}

#Sidebar ul{
	list-style:none;
}

#Sidebar ul li{
	float:none;
	margin-bottom:5px;
}

#Sidebar ul li.Square{
	margin-bottom:20px;
}



/* ---------------------------- pageTop */
#pageTop{
	width:60px;
	position:fixed;
	bottom:60px;
	right:0px;
	z-index:10;
}

body {
	font-size: 10px;
	font-family: 'ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック',Verdana,Arial,sans-serif;
}
