/*  ページ基本デザイン用CSS  */

body{
	color: #ffffff;
	margin: 0px;
	padding: 5px;
	text-align: center;
	background-color: #330000;
	}


.contents{
	width: 800px;
	text-align: left;
	padding: 0px;
	background-color: #000000;
	margin: 0px;
	}

.catch{
	height: 180px;
	padding: 0 10px 0 30px;
	background-image: url(tia_girl2.jpg);
	margin: 0px;
	}

.catch2{
	height: 30px;
	padding: 10px 10px 0 30px;
	background-color: #000000;
	margin: 0px;
	}

.catch2 a{
	color: #3366ff;
	font-weight:normal;
	text-decoration: none;
	}

.col{
	width: 280px;
	padding: 0px 10px;
	float: left;
	}
    

.main{
	width: 580px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	margin: 5px;
	text-align:left;
	background-color: #000000;
	}

.side{
	width: 200px;
	float: left;
	text-align: center;
	background-color: #000000;
	padding: 5px;
	margin: 5px;
	}

/*  メインエリアのスタイル設定  */

.center{
	margin: 0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	background: #ffffff;
	text-align:left;
	border: #000000 1px solid;}

.center2{
	padding:0px;
	width:100%;
	margin:2px 0px 0px 0px;
	text-align:left;
	background: #ffffff;
	border-right: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-left: #000000 0px solid;
	}

.post{
	margin: 0px;
	padding: 3px;
	width: 49%;
	float: left;
	}

/*　ここまでがメインのレイアウト　*/

.rightside{
	position: absolute;
	top: 90px;
	left: 614px;
	padding:0px;
	margin:2px ;
	color: #000000;
	text-align:left;
	}

.box{
	padding:0px;
	width:100%;
	margin:0px 0px 2px 0px;
	text-align:left;
	background: #ffffff;
	border-right: #b31b1b 1px solid;
	border-bottom: #b31b1b 1px solid;
	border-left: #b31b1b 1px solid;
	}

img{
	border: none;
	}



/*  フッターの設定  */
.footer{
	height: 50px;
	font-style: normal;
	padding: 0px;
	margin: 0px;
	clear: both;
	border-top: 3px solid #c9394d;
	}

.footer_navi{
	padding: 5px 0 0 3px;
	float: left;
	width: auto;
	}

address{
	font-size: 12px;
	float: right;
	padding: 0 5px 0 0;
	}

.footer a{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	}

.footer a:hover{
	color: #ffffff;
	text-decoration: none;
	}

/*　ヘッダーのデザイン設定　*/
h1{
	background-color: #000000;
	height: 60px;
	font-family:sans-serif;
	line-height: 70px;
	font-size: 26px;
	padding-left: 5px;
	color: #ffffff;
	font-weight:bold;
	border: 0px solid #ffffff;
	margin: 0px;
	}

h1 a{
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	}

h1 a:hover{
	color: #ffffff;
	text-decoration: none;
	}



h3{
	margin: 10px 0px 0px 0px;
	background: #b31b1b;
	font-size: 1.2em;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	border: #000000 1px solid;
	}


ul{
	list-style-type: none;
	padding:3px;
	margin:0px;
	}

li{
	text-align: left;
	color: #ffffff;
	margin: 3px;
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.3em;
	}

li a{
	text-decoration: ;
	font-size: 1.4em;
	} 



.line{
	background-image: url(point01.gif);
	background-repeat: no-repeat;
	padding-left: 1.6em;
	margin:8px 0px 8px 0px;
	line-height: 1.3em;
	border-bottom: 1px dotted #666666;
	}

/*　メインのデザイン設定　*/

H2{
	margin:0px 10px 10px 10px;
	color: red;
	font-size:1.7em;
	text-align:center;
	font-family:sans-serif;
	padding:10px 0px 10px 0px;
	border-bottom: 1px dotted #aaaaaa;
	}

.image{
	width: 160px;
	height: 120px;
	text-align: left;
	border: #b31b1b 0px solid;
	background: url("houritu.jpg") no-repeat ;
	float: left;
	margin: 5px;
	}

P{
	padding:8px 5px 8x 5px;
	margin:0px;
	line-height: 1.5em;
	}

.strong{
	font-size:1.3em;
	font-weight:bold;
	color: #ff0000;
	}

a{
	color: #3366ff;
	font-weight:bold;
	text-decoration: none;
	}

a:hover{
	color: #ff0000;
	text-decoration: underline;
	}



/*　ライトサイドのデザイン設定　*/





