/* CSS Infomaition ===================================

File name: base.css
Description: Base / Reset style / Crear Fix
Editors: Ishida Takayuki
Last Edit by: Ishida Takayuki
Date: 2010.06.09

=============================================== InfoEnd  */

/*Reset -----------------------------------------------  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Base ------------------------------------------------  */

body {
	font-size: 74%;
	color: #050505;
	line-height: 150%;
}
a {
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.bold {
	font-weight: bold;
}
.red {
	color: #F06D7B;
}
.black {
	color: #000;
}
.brown {
	color: #735539;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}

/*Body / Wrap -----------------------------------------  */

body {
	background: #ECE9E0;
}

body #Wrapper {
	width: 960px;
	margin: 0 auto;
}

/*Header ----------------------------------------------  */

#Header {
	background: url(../images/header_box.gif) no-repeat;
	height: 54px;
	width: 712px;
	padding: 20px 0 0 22px;
	margin: 14px 0 8px 0;
}
#Header h2 {
	color: #5C5C5C;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 4px 0;
}
#Header h2 span {
	font-size: 16px;
}
#Header ul li {
	float: left;
	background: url(../images/arrow_black.gif) no-repeat left;
	padding: 0 0 0 7px;
	margin: 0 8px 0 0;
	font-size: 10px;
}

/*Groval Navigation -----------------------------------  */

#Groval_Nav {
	width: 204px;
	margin: 14px 0 0 0;
	padding: 0 0 11px 0px;
	background: url(../images/nav_box_bottom.gif) bottom no-repeat;
}
#Groval_Nav h1 {
	background: url(../images/nav_box_head.gif) no-repeat;
	height: 124px;
	width: 181px;
	margin: 0 0 0 0;
	padding: 23px 0 0 23px;
}
#Groval_Nav h1 a {
	display: block;
	height: 124px;
	width: 150px;
	text-indent: -9999px;
}
#Groval_Nav ul {
	width: 194px;
	padding: 24px 0 0 10px;
	background: url(../images/nav_box_body.gif) repeat-y;	
}
#Groval_Nav ul li {
	height: 40px;
	width: 180px;
	padding: 0 0 1px 0;
}
*html #Groval_Nav ul li {
	padding: 0 0 0 0;
}
#Groval_Nav ul li a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 40px;
	width: 180px;
	border-top: solid 1px #DAD3BC;
	background: url(../images/groval_nav.gif) no-repeat;
}
#Groval_Nav ul li#Nav_News a {
	background-position: -180px 0;
}
#Groval_Nav ul li#Nav_News a:hover,
#News #Groval_Nav ul li#Nav_News a {
	background-position: 0 0;
}
#Groval_Nav ul li#Nav_Msjf a {
	background-position: -180px -40px;
}
#Groval_Nav ul li#Nav_Msjf a:hover,
#Msjf #Groval_Nav ul li#Nav_Msjf a {
	background-position: 0 -40px;
}
#Groval_Nav ul li#Nav_Msguide a {
	background-position: -180px -80px;
}
#Groval_Nav ul li#Nav_Msguide a:hover,
#Msguide #Groval_Nav ul li#Nav_Msguide a {
	background-position: 0 -80px;
}		
#Groval_Nav ul li#Nav_Partner a {
	background-position: -180px -120px;
}
#Groval_Nav ul li#Nav_Partner a:hover,
#Partner #Groval_Nav ul li#Nav_Partner a {
	background-position: 0 -120px;
}	
#Groval_Nav ul li#Nav_Blog a {
	background-position: -180px -160px;
	border-bottom: solid 1px #DAD3BC;
}
#Groval_Nav ul li#Nav_Blog a:hover,
#Blog #Groval_Nav ul li#Nav_Blog a {
	background-position: 0 -160px;
}

/*Content ---------------------------------------------  */

#Content {

}
#Content #Primary {
	float: right;
	width: 738px;
}
#Content #Secondary {
	float: left;
	width: 209px;
	margin: 0 2px 0 0;
}

/*Footer ----------------------------------------------  */

#Footer {
	margin: 26px 0 0 0;
}
#Footer #Footer_Inner {
	width: 942px;
	height: 42px;
	padding: 10px 0 0 10px;
	background: url(../images/footer_box.gif) no-repeat;
}
#Footer #Footer_Inner #Footer_Content {
	background: #EEEDED;
	width: 832px;
	height: 27px;
	padding: 6px 0 0 11px;
	float: left;
}
#Footer #Footer_Inner #Footer_Content h2 {
	background: url(../images/logo_footer.gif) no-repeat;
	height: 21px;
	width: 145px;
	float: left;
}
#Footer #Footer_Inner #Footer_Content h2 a {
	display: block;
	height: 21px;
	width: 145px;
	text-indent: -9999px;
}
#Footer #Footer_Inner #Footer_Content #Footer_Nav {
	float: left;
	height: 10px;
}
#Footer #Footer_Inner #Footer_Content #Footer_Nav ul {
	margin: 7px 0 0 11px;
	border-left: 1px dotted #6C6C6C;
}
#Footer #Footer_Inner #Footer_Content #Footer_Nav ul li {
	float: left;
	margin: 0 0 0 11px;
	padding: 0 11px 0 0;
	border-right: 1px dotted #6C6C6C;
	display: block;
	height: 10px;
}
*html #Footer #Footer_Inner #Footer_Content #Footer_Nav ul li {
	margin: 0 0 0 5px;
}
#Footer #Footer_Inner #Footer_Content #Footer_Nav ul li a {
	color: #202020;
	font-size: 90%;
	position: relative;
	bottom: 6px;
}
*html #Footer #Footer_Inner #Footer_Content #Footer_Nav ul li a {
	position: relative;
	bottom: 0px;
}
#Footer #Footer_Inner #Page_Top {
	float: left;
	background: #EEEDED;
	height: 22px;
	width: 75px;
	padding: 11px 0 0 13px;
	border-left: solid 2px #FFFFFF;
}
#Footer #Footer_Inner #Page_Top a {
	display: block;
	height: 12px;
	width: 65px;
	background: url(../images/button_pagetop.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#Footer p#Copyright {
	height: 10px;
	color: #000000;
	display: block;
	float: right;
	font-size: 11px;
}


/*Parts -----------------------------------------------  */

.blog {
	background: url(../images/banner/banner_blog_box.jpg) no-repeat;
	height: 116px;
	width: 142px;
	padding: 156px 25px 16px 21px;
	margin: 0 1px 0 0;
	float: left;
}
.blog p {
	color: #FFFFFF;
	font-weight: bold;
	line-height: 150%;
}
.blog a {
	display: block;
	background: url(../images/banner/banner_blog_link.jpg) no-repeat;
	width: 142px;
	height: 43px;
	margin: 3px 0 0 0;
	text-indent: -9999px;
	overflow: hidden;
}

.little_banner {
	margin: 28px 0 0 10px;
	width: 199px;
}
.little_banner .blog {
	float: none;
}
.little_banner .banner {
	display: block;
	height: 135px;
	width: 174px;
	margin: 15px 0 0 3px;
}

.event_calum .report {
	height: 63px;
	width: 353px;
	background: url(../images/image_report.jpg) no-repeat;
	padding: 17px 0 0 10px;
}
.event_calum .report a {
	display: block;
	width: 344px;
	height: 54px;
	text-indent: -9999px;
	overflow: hidden;
}

#Banner_Npo {
	padding: 0 5px 0 0;
	margin: 0 0 9px 0;
}
#Banner_Npo .box_head {
	background: url(../images/banner/banner_npo_head.gif) no-repeat;
	width: 204px;
	height: 75px;
	text-indent: -9999px;
}
#Banner_Npo .box_body {
	background: url(../images/banner/banner_npo_body.gif) repeat-y;
	width: 183px;
	padding: 0 11px 10px 10px;
}
#Banner_Npo .box_body p {
	padding: 10px 0 10px 0;
}

#Banner_Npo .box_bottom a {
	display: block;
	background: url(../images/banner/banner_npo_bottom.gif) no-repeat;
	height: 59px;
	width: 182px;
	padding: 0 11px 0 11px;
}

#Banner_Msp {
	background: url(../images/banner/banner_msp_set.jpg) no-repeat;
	height: 322px;
	width: 204px;
	margin: 0 0 10px 0;
}
#Banner_Msp a.link_member {
	display: block;
	height: 234px;
	width: 200px;
	padding: 7px 2px 0 2px;
	text-indent: -9999px;
	overflow: hidden;
}
#Banner_Msp a.link_partner {
	display: block;
	height: 88px;
	width: 200px;
	padding: 0 2px 1px 2px;
	text-indent: -9999px;
	overflow: hidden;
}

#Banner_Msp_top {
	background: url(../images/banner/banner_msp_set.jpg) no-repeat;
	height: 322px;
	width: 204px;
	margin: 0 0 10px 0;
}
#Banner_Msp_top a.link_member {
	display: block;
	height: 234px;
	width: 200px;
	padding: 7px 2px 0 2px;
	text-indent: -9999px;
	overflow: hidden;
}
#Banner_Msp_top a.link_partner {
	display: block;
	height: 88px;
	width: 200px;
	padding: 0 2px 1px 2px;
	text-indent: -9999px;
	overflow: hidden;
}

.calendar {
	width: 362px;
	background: url(../images/calendar_bottom.gif) bottom no-repeat;
	padding: 0 0 0 0;
}
.calendar table {
	width: 362px;
	color: #747474;
}
.calendar table thead {
	height: 50px;
	background: url(../images/calendar_head.gif) top no-repeat;
}
.calendar table thead th {
	padding: 28px 0 0 0;
	font-size: 16px;
}
.calendar table tbody {
	background: url(../images/calendar_body.gif) repeat-y;
	padding: 0 13px 0 13px;
}
.calendar table tbody td {
	width: 46px;
	height: 26px;
	background: url(../images/calendar_day.gif) no-repeat;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

/*ClearFix --------------------------------------------  */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
*html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}