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

	aroma1.css

		undate : 2012.05.20

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

/* 基本設定 */

html, body, header, contents, navi, footer,
div, span, p, h1, h2, h3, h4, ul, li,
table, tr, th, td, tbody, thead, tfoot {
margin : 0;
padding: 0;
}

/* 画像 */

img {
border: 0;
}

.imgr {
float: right;
}

/* テキスト */

.b {
font-weight: bold;
}

.right {
text-align: right;
}

.n20 {
	font-size: 20px;
}

/* カラー */

.red {
color: #F33;
}

.brown {
color: #630;
}

/* ボーダー */

.bd {
	border-top: 1px solid #36C;
	padding-top: 5px;
}

/* リンク */

a:link {
color: #0d6fb2;
}
a:visited {
color: #4d4d98;
}
a:hover {
color: #ff6600;
}
a:active {
color: #0d6fb2;
}

li a:link {
color: #333;
}
li a:visited {
color: #333;
}
li a:hover {
color: #333;
}
li a:active {
color: #333;
}

/* ページ */

#page {
width: 100%;
margin: 0;
background-color: #FFF;
text-align: left;
font-size  : 13px;
line-height: 1.5;
font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ヘッダー */

header {
width: 100%;
background-color: #CFDFFE;
margin: 0;
}

header p {
margin: 0;
padding: 3px 0 2px 0;
text-align: center;
color: #666;
font-size: 11px;
}

header p a {
text-decoration: none;
}

/* コンテンツ */

contents {
width: 100%;
margin: 0;
}

contents #box{
padding: 10px 0;
}

contents h2 {
margin: 0;
padding: 3px 0 2px 14px;
font-size: 15px;
border-bottom:1px solid #92ACEB;
background:#A6C5FE;
color:#fff;
text-shadow:0 -1px 1px #254f7a;
background-image:-moz-linear-gradient(top,#A6C5FE,#90AFFE);
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#A6C5FE),color-stop(1,#90AFFE));
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#A6C5FE', EndColorStr='#90AFFE')"
}

contents h1 {
padding: 0 6px 5px 9px;
font-size: 13px;
color: #65E;
}

contents p {
padding: 0 6px 5px 9px;
}

/* ボタン */

#bt {
margin: 5px 0 15px 0;
text-align: center;
color: #F33;
font-weight: bold;
}

#bdblue p {
padding-top:5px;
}

/* コンテンツリンク */

#conlink {
margin: 0;
}

#conlink a {
display: block;
margin: 0;
padding: 10px 10px;
font-size: 14px;
border-bottom:1px solid #70AFFE;
background:#D9E3F9;
color:#333;
text-decoration: none;
background-image:-moz-linear-gradient(top,#E3EFFC,#D9E3F9);
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#E3EFFC),color-stop(1,#D9E3F9));
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#E3EFFC', EndColorStr='#D9E3F9')"
}

#conlink a:hover {
background:#D9E3F9;
text-decoration: none;
background-image:-moz-linear-gradient(top,#A6C5FE,#90AFFE);
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#A6C5FE),color-stop(1,#90AFFE));
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#A6C5FE',EndColorStr='#90AFFE')"
}

#conlink a:active {
background:#D9E3F9;
text-decoration: none;
background-image:-moz-linear-gradient(top,#E3EFFC,#D9E3F9);
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#E3EFFC),color-stop(1,#D9E3F9));
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#E3EFFC',EndColorStr='#D9E3F9')"
}

/*コンテンツエンド */

#pclink {
margin: 12px 0;
text-align: center;
line-height: 30px;
}

/* フッター */

footer {
width: 100%;
background-color: #90AFFE;
text-align: center;
color: #fff;
padding: 3px;
}
