/* CSS Document */

html
	{
	margin : 0;
	padding : 0;
	}


body {
	margin: 0px;
	padding: 0px;
	background:#FFFFFF;
	font-size: 10px;
	color: #000000;
	text-align: left;
}


a:link{
	color: #333333;
	text-decoration: underline;
}
a:link:hover{
	color: #666666;
	text-decoration: none;

}
a:visited{
	color: #333333;
	text-decoration: underline;

}
a:visited:hover{
	color: #333333;
	text-decoration: none;
}

img
	{
	border: none;
	margin : 0;
	padding : 0;
    vertical-align: top;
	}

p
	{
	margin : 0;
	padding : 0;
	}

div, form, input, h1, h2, h3, h4, h5, h6
	{
	margin: 0;
	padding: 0;
	}



/*------外枠-----*/

#wrap {
	margin : 0;
	padding : 0;
	width: 100%;
	clear: both;
}



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

#header {
	width: 100%;
	height: 33px;
	background-color: #000000;
}

#logo {
	float:left;
	height: 33px;
	width: 319px;
}

#satoru_web {
	float:right;
	height: 33px;
	width: 164px;
}

#title {
	width: 100%;
	height: 110px;
	background-color: #FFFFFF;
}

#title_left {
	float:left;
	width: 500px;
	height: 110px;
}



#title_right {
	float:right;
	width: 414px;
	height: 110px;
}



/*------Contents----*/

#cont {
	width: 100%;
	height: 100%;
}




/*------Fotter----*/

#fotter {
	width: 100%;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}



/*------contents-----*/


.line_pink {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF3399;
	background-image: url(../img/repeat_bg.gif);
	background-repeat: repeat-y;
	width: 190px;
}


.line_pink02 {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF3399;
}

.line_black {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}

/*------contents news-----*/

#news_wrap {
	width: 100%;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


#news_update {
	width: 510px;
	margin-left: 15px;
	padding-top: 10px;
	font-size: 10px;
	color: #FF3399;
}


#news_title {
	width: 510px;
	margin-left: 15px;
	padding-bottom: 10px;
	font-size: 17px;
}


#news {
	width: 510px;
	padding-top: 20px;
	margin-left: 15px;
	padding-bottom: 10px;
}

#news_text {
	width: 510px;
	padding-top: 20px;
	font-size: 11px;
	line-height: 20px;
}

#news_text a:link{
	color: #333333;
	text-decoration: underline;
}
#news_text a:link:hover{
	color: #666666;
	text-decoration: none;

}
#news_text a:visited{
	color: #333333;
	text-decoration: underline;

}
#news_text a:visited:hover{
	color: #333333;
	text-decoration: none;
}

#pagetop {
	width: 100%;
	text-align: right;
}
.pagetop {
	padding-right: 5px;
	padding-bottom: 5px;
}


.bt {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
}


/*------contents book-----*/

#book {
	width: 120px;
	padding-top: 30px;
}

#book_text {
	padding-top: 10px;
	width: 120px;
	text-align: left;
}

/*------contents model-----*/


#space30 {
	width: 190px;
	height: 30px;
}



#model {
	width: 200px;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
}


.icon {
	padding-top: 1px;
	padding-right: 10px;
}

.model_text {
	padding-top: 5px;
}
