@charset "UTF-8";

/***************************************
*
*	1. common style
*	2. header style
*	3. side style
*	4. bodySec style
*	5. footSec style
*
***************************************/

/* 1. common style */
/* ------------------------------------------------------------------------------------ */

body {
	background-color:#2e2e2e;
	text-align: left;
	margin: 0 auto;
	color:#888;
	line-height: 150%;
}


a:link,
a:visited,
a:active,
a:hover {
	color:#666;
	text-decoration:underline;
}

a:hover {
	color:#888;
	text-decoration:none;
}
#ContentsWrap{
	background:url(../img/common/bgBody.gif);
	padding-bottom:20px;
}
#Page{
	width:960px;
	margin:0 auto;
}
#alfa{
	width: 650px;
	float: left;
}
#Home #alfa{
	width: 960px;
}
#beta{
	width: 250px;
	float: right;
}




/* 2. header style */
/* ------------------------------------------------------------------------------------ */

#Header {
	padding-top:30px;
	margin-bottom:30px;
	padding-bottom:4px;
	border-bottom:#E7E7E7 solid 1px;
}
#HeadMain{
	margin-bottom:80px;
}
h1{
	float:left;
}
#GlobalMenus ul.global-menu{
	margin-left:300px;
	padding-top:35px;
}
#GlobalMenus li{
	display:inline;
	font-size:120%;
	margin-right:7px;
	padding-right: 7px;
	border-right: 1px solid #999;
	font-weight:bold;
}
#GlobalMenus li.last{
	border-right: none;
}
#GlobalMenus li a{
	color:#999;
	text-decoration:none;
}
#GlobalMenus li a:hover{
	color:#333;
}
#Navigation{
	display:inline-block;
	padding-top: 7px;
}
#HeadSns{
	float:right;
}
#HeadSns p{
	display:inline;
	padding-left:7px;
}


/* 3. side style */
/* ------------------------------------------------------------------------------------ */
.widget{
	margin-bottom: 30px;
}
.widget-area h2{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 7px;
	background: url(../img/common/ico_01.png) no-repeat 0 50%;
	padding-left: 16px;

}
.widget table.blog-calendar{
	margin: 0;
	width: 90%;
}

/* 4. bodySec style */
/* ------------------------------------------------------------------------------------ */
#bodySec{
	margin-bottom:30px;
}
#contents{
}
#contents li{
	background:url(../img/common/icoArrow.png) no-repeat 0 50%;
	padding-left: 10px;
	margin-bottom: 4px;
}

.to-top{
	margin-top:80px;
}
.to-top a{
	background:url(../img/common/btnPageTop.gif) no-repeat;
	width:90px;
	height:21px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	float:right;
}
#contentsBody h2{
	font-size: 123%;
	font-weight: bold;
	color:#333;
	margin-bottom: 20px;
}
#contentsBody h3{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
	background: url(../img/common/ico_01.png) no-repeat 0 50%;
	padding-left: 16px;
}
.section{
	margin-bottom: 50px;
}
.row-table-01{
	width: 100%;
}
.row-table-01 th,
.row-table-01 td{
	background:url(../img/common/lineDot.png) repeat-x bottom;
	padding: 14px;
}
.row-table-01 th{
	font-weight: bold;
}

/* 5. footSec style */
/* ------------------------------------------------------------------------------------ */
#Footer{
	background-image:url(../img/common/bgFooter.png);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:30px;
	padding-bottom:30px;
	min-height:100px;
}
#FooterInner{
	width:960px;
	margin:0 auto;
}
#FooterInner .global-menu{
	margin-bottom:30px;
}
#FooterInner .global-menu li{
	display:inline;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #ccc;
}
#FooterInner .global-menu li.last{
	border-right:none;
}
#FooterInner .global-menu li a{
	color:#ccc;
	text-decoration:none;
}
#FooterInner .global-menu li a:hover{
	text-decoration:underline;
}
#Copyright{
	text-align:right;
	color:#ccc;
}








