@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address ,hr {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6{
	font-size: 100%;
}

img{
	border:0;
}

ul,li{
	list-style-type:none;
}

address{
	font-style: normal;
}

body{
	text-align: center;
	font-size: 0.8em;
	font-family: Verdana, Arial, "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 1.5;
	background-image: url(../img/base/bg.jpg);
	background-repeat: repeat-x;
	color: #333333;

}

/* link */

a:link{
	text-decoration: underline;
	color: #333333;
}

a:visited{
	text-decoration: underline;
	color: #333333;
}

a:hover{
	text-decoration:underline;
	color: #333333;
}


/* imghack */

.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 */


.clear{
	clear: both;
}

.center{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}
/* --------------------------------------------------

container

-------------------------------------------------- */

#container{
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}

/* --------------------------------------------------

header

-------------------------------------------------- */

#header{
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	

}

#logo {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

#header div {
	float: right;
	height: 55px;

}

#header #navGuide {
	text-align: right;
	height: 11px;
	line-height: 0;
	margin-right: 10px;
}

#header #navGuide li {
	margin-bottom: 5px;
}

#header #navGuide li img{
	vertical-align: middle;
}
/*---------------------------------------------navi*/

#navi li{
display:inline;
}


#navi li img{
	vertical-align: bottom;
}

/* --------------------------------------------------

pankuzu

-------------------------------------------------- */

#topicPath {
	text-align: center;
	color: #666666;
	background-image: url(../img/pan_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
#topicPath p{
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
#topicPath #home{
	font-weight: bold;
	color: #DE605E;
}
#topicPath img{
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 10px;
}


/* --------------------------------------------------

main

-------------------------------------------------- */

#main{
    width:
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	padding-bottom: 0px;
}

/* --------------------------------------------------

box

-------------------------------------------------- */

.box900 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.grayBorderBox {
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

/* --------------------------------------------------

textDecorate

-------------------------------------------------- */

strong {
	font-weight: bold;
}

/* --------------------------------------------------

footer

-------------------------------------------------- */

#footer {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 75%;
	clear: both;
}

#footer address {
	float: left;
	margin-top:-5px;
}




#footerline{
	text-align: right;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footerline a{
	background-image: url(../img/base/yajirusi02.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-position: 0px center;
	font-size: 75%;


    }
#footerline img{

}

/* --------------------------------------------------

midashi

-------------------------------------------------- */

#headline{

	clear: both;
}



/* --------------------------------------------------

2column

-------------------------------------------------- */

#menu{
	width:235px;
	float:left;
	clear: both;
}
#menu h2 img{
	padding: 10px;
}
#menu ul{
	text-align: center;
}
#menu ul li{
	margin-right: auto;
	margin-left: auto;
}
#menu ul li img{
	vertical-align: middle;
}
#btnContest{
	margin-top: 5px;
}
#columnMain{
	width:655px;
	float:right;
}

#columnMain h1{
	margin-bottom:25px;
}

/* --------------------------------------------------

table

-------------------------------------------------- */

.basicTb{
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	text-align:left;
	margin-bottom:20px;
}

.basicTb th{
	font-weight:bold;
	padding:3px 5px;
	vertical-align:top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #FFFBF0;
}

.basicTb td{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
/* --------------------------------------------------

共通

-------------------------------------------------- */
.orange{
	color: #FF9900;
}
.error{
	font-weight: bold;
	color: #FF0000;
}

.emphasis{
	font-size: 120%;
	font-weight: bold;
}
#crbalance{
	font-size: 80%;
}
