/* CSS Document */

body {
	font-size:12px;
	line-height:1.6;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	background:url(../img/g_navi/g_navi_back.jpg) repeat-x;
}

img {
	vertical-align:bottom;
}

a {
	color:#3A7CE6;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.right {
	text-align:right;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}

#wrap {
	width:806px;
	margin:0 auto;
}

/* head
---------------------------------------------------- */
#head {
	color:#666;
	height:73px;
	position:relative;
	margin:0 3px;
}
#head a {
	color:#666;
}
#head h1 {
	position:absolute;
	left:0; top:11px;
}
#head p {
	text-align:right;
}
#head ul {
	position:absolute;
	right:0; top:38px;
}
#head ul li {
	display:inline;
}
#head ul li img {
	vertical-align:middle;
}
#head ul li#privacy {
	margin-left:10px;
	padding-left:15px;
	background:url(../img/p_icon.gif) no-repeat left center;
}
#head ul li#sitemap {
	margin-left:10px;
	padding-left:15px;
	background:url(../img/s_icon.gif) no-repeat left center;
}

#g_navi {
	margin:0 3px;
}
#g_navi li {
	float:left;
	height:60px;
	width:133px;
}
#g_navi li.wide {
	width:134px;
}
#g_navi li img {
	vertical-align:bottom;
}


/* cont
---------------------------------------------------- */
#cont {
}

#cont h2 {
	margin:15px 0 0;
}

#cont #breadCrumbles {
	padding:3px 5px;
	text-align:right;
}

/* mainBox
---------------------------------------------------- */
#mainBox {
	width:548px;
	float:right;
	background:url(../img/cont_body.gif) repeat-y;
}
#mainBox .inner {
	background:url(../img/cont_foot.gif) no-repeat left bottom;
	padding:20px 24px 25px;
}

#mainBox h4 {
	margin-bottom:20px;
}
#mainBox p {
	margin-bottom:1.6em;
}
#mainBox p.mlong {
	margin-bottom:40px;
}

.pageNavi {
	margin:40px 0 5px;
	text-align:right;
}
.pageNavi a {
	background:url(../img/pn_icon.gif) no-repeat left center;
	padding-left:15px;
}

/* sideMenu
---------------------------------------------------- */
#sideMenu {
	width:226px;
}

#sideMenu ul {
	margin-bottom:25px;
	background:url(../img/sidemenu/s_navi_foot.gif) no-repeat left bottom;
	padding-bottom:5px;
}
#sideMenu ul li {
}
#sideMenu ul li img {
	vertical-align:bottom;
}

#sideMenu div {
	background:url(../img/sidemenu/s_contact_body.gif) repeat-y;
}
#sideMenu div div {
	background:url(../img/sidemenu/s_contact_head.gif) no-repeat;
	padding-top:15px;
	margin-bottom:0;
}
#sideMenu div p {
	font-size:10px;
	text-align:center;
	margin-bottom:10px;
	padding:0 15px;
}
#sideMenu div p strong {
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
#sideMenu div address {
	background:url(../img/sidemenu/s_contact_foot.gif) no-repeat left bottom;
	padding:0 15px 20px;
}

/* foot
---------------------------------------------------- */
#foot {
	color:#666;
	background:url(../img/foot_bg.gif) repeat-x;
	height:45px;
}
#foot a {
	color:#666;
}
#foot .inner {
	width:800px;
	margin:0 auto;
	position:relative;
}

#foot ul li {
	line-height:45px;
	display:inline;
	margin-right:5px;
}

#foot address {
	line-height:45px;
	position:absolute;
	right:0; top:0;
}

/* clearfix
---------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
