/* CSS Document */

/*=====================================================================

THE LITTLE LIFE KUMAN
ザ・リトル・ライフ くーまん
(C) DORA コミュニケーションズ

<<COMMON>>

MADE :J.IKETANI

LAST UP DATE: 070529 
=====================================================================*/

/*=====================START=====================*/

/*-----/ SITE BODY /-----*/
body {
   margin: 0;
   padding: 0;
   font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Arial, Helvetica, Verdana,  "メイリオ", Meiryo, sans-serif;
   line-height: 1.5;
   font-size:12px;
}
/*-----// SITE BODY //-----*/



/*-----/ FONT /-----*/
h2,h3,h4,h5,h6 {
    font-weight:normal;
	display:none
}

.none{display:none}

.small_text{font-size: 10px;}

/*-----// FONT //-----*/


/*-----/ LINK /-----*/
a {text-decoration:none;
}

a:link {color:#B02D15;
}

a:visited {color:#B02D15;
}

a:hover {color:#FAA61A;
text-decoration:underline;
}

a:active {color:#FAA61A;
}

.newsText a {text-decoration:none;
font-weight:bold;
}

/*
.newsText a:link {color:#B02D15;
}

.newsText a:visited {color:#B02D15;
}

.newsText a:hover {color:#FAA61A;
text-decoration:underline;
}
*/

.newsText a:active {color:#FAA61A;
}

.newsText a img {
border: none;
}
/*-----// LINK //-----*/


ul{
padding:0 0 0 10px;
margin:0;
}

/*-----/ SITE SIZE /-----*/
#mainContents {
width:805px;
height:auto;
margin:0 auto;
background-image: url(../images/shadow.jpg);
position: relative;
}


#mainArea {width:800px;
height:auto;
background-color:#DDDCCB;
float:left;
}

#mainArea2 {width:800px;
height:auto;
background-image:url(../images/backimg_green.jpg);
float:left;
}


#shadow{width:5px;
height:100%;
background-image:url(../images/shadow.jpg);
background-repeat:repeat-y;
float:left;
}
/*-----// SITE SIZE //-----*/


/*-----/ AREA /-----*/

#contentsArea {width:800px;
}

/*-----// AREA //-----*/

/*-----/ HEADER /-----*/
#header {width:800px;
height:37px;
background-image:url(../images/head.jpg);
background-repeat:no-repeat;
}

#headerLink {width:102px;
height:37px;
float:right;
}
/*-----// HEADER //-----*/


/*-----/ LINE /-----*/
hr {display:none;
}
/*-----// LINE //-----*/



/*-----/ FOOTER /-----*/
#imageUnder{width:800px;
height:64px;
background-image:url(../images/back_under.jpg);
}

#image2Under{width:800px;
background-image:url(../images/back_under2.jpg);
height:72px;}

#footer {
	width:800px;
	height:49px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-color:#B12C15;
	text-align:center;
}

#footer p {margin:0 0 2px 0;
}

#footer address {
padding-top:30px;
display: block;
font-style:normal;
font-size:10px;
color:#FFFFFF;
letter-spacing:1px;}

/*-----// FOOTER //-----*/


/*-----/ float /-----*/

.floatright{
	float: right;
}
.floatleft{
	float: left;
}

/*-----// END float //-----*/


/*-----/ clear /-----*/

.clear_both{
	clear:both;
}

/*-----// END clear //-----*/


/*-----/ margin /-----*/

.m_l5{
	margin-left: 5px;
}

.m_r30{
	margin-right: 30px;
}

/*-----// END margin //-----*/


/*-----/ color /-----*/

.color_blue{
	color:#009BA7;
}

/*-----// END color //-----*/


/*-----/ PRINTER /-----*/

@media print {

body {zoom:75%}

}
/*-----// PRINTER //-----*/

/*=====================END=====================*/
