/*
Orange Titanium 6th STYLE
すべての権利はOrange Titaniumと梅澤めぐみに帰属します？
*/






/* ページ全般設定 */

body{
	font-size: 11pt;
	color: #666;
	}






/* コンテナ（最外）設定 */

#container {
	width: 880px;
	height: auto;
	padding: 10px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
/*	border: double 4px #666;*/
	}


/* ヘッダ設定 */

#header {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 2px #999;
	}





/* 左側テキストフィールド設定 */

#field{
	width: 734px;
	min-height: 600px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
	}


/* 右側縦長バナー設定 */

#skyscrapers{
	width: 122px;
	min-height: 600px;
	text-align: center;
	margin-bottom: 10px;
	float: left;
	}


/* 下側の著作権表示設定 */

#copyright{
	font-size: 10pt;
	text-align: center;
	padding-top: 10px;
	margin-top: 10px;
	border-top: solid 2px #999;
	clear: left;
	}


/* タイトル設定 */

#title{
	background: url(image/ub.png) left bottom no-repeat;
	font-size: 18pt;
	font-weight: bold;
	color: #333;
	padding-left: 4px;
	margin-top: 10px;
	border-left: solid 8px #f80;
	}









/* 段落設定 */

.text{
	width: 600px;
	}




/* 訂正線設定 */

.teisei{
	text-decoration: line-through;
	}


.hyougo{
	text-align: center;
	}



/* 強調設定 */

.b12{
	font-size: 13pt;
	font-weight: bold;
	color: #333;
	padding-left: 4px;
	border-left: solid 4px #f80;
	}

.b16{
	font-size: 16pt;
	font-weight: bold;
	color: #333;
	}


/* 枠線指定 */

hr{
	width: 80%;
	border: solid 1px #999;
	}


/* 画像設定 */

img{vertical-align: middle;}



/* リンク設定 */

a{text-decoration: none;}
a:link{	color: #069;}
a:visited{color: #069;}
a:hover{color: #f80;}
a:active{color: #069;}

a img{border: none;}

.contents a{
	display: block;
	background-color: #ccc;
	border-left: solid 4px #f80;
	border-bottom: dashed 2px #666;
	padding: 1px;
	}
.contents a:hover{background-color: #f80; color: #fff;}



