@charset "utf-8";


/* フォントのスタイルの設定 */

* {
    font-style: normal;
    margin: 0px;
    padding: 0px;
}
/* 文字の高さ行の高さフォントの種類の設定 */
body {
	color: #333333;
	font-family: sans-serif;
	font-size: 85%;
	line-height: 1.6;
	background-image: url(../main/wall.jpg);
	background-repeat: repeat;
}
/* 水平線を非表示にする 
hr {
    display: none;
}
*/


/* 画像のりンクの枠線の設定 */
a img {
        border-style: none;
}
/* 通常のりンクの設定 */
a:link {
    color: #333333;
    text-decoration: underline;
}
/* 訪問済みりンクの設定 */
a:visited {
    color: #6633FF;
    text-decoration: underline;
}
/* ロールオーバー時の設定 */
a:hover {
    color: #FF0000;
}
/* クリック時の設定 */
a:active {
    position: relative;
    left: 1px;
    top: 1px;
}



/* basic layout
------------------------------*/
#wrapper {
        width: 800px;
        border-right: 1px solid #666666;
        border-left: 1px solid #666666;
        margin: 0px auto;
        background: #FFFFFF;
}
#main {
	float: right;
	width: 550px;
	margin-bottom: 10px;
	padding: 10px 15px;
}
#sidebar {
    padding: 10px;
    float: left;
    width: 195px;
    margin-bottom: 10px;
}
#footer {
	padding: 5px 10px;
	clear: both;
	color: #FFFFFF;
	background-color: #FF558C;
}



/* ヘッダー高さ、ヘッダー領域の位置の設定 */
#header {
	position: relative;
	background-color: #FF558C;
	margin: 0px;
	padding: 0px;
}



/* グローバルナビゲーションの基本設定 */
#header ul {
        background-color: #FFFFFF;
        width: 800px;
        left: 0px;
        top: 101px;
}

/* ＧＮを横並びに設定 */
#header ul li {
    list-style: none;
    float: left;
}

/* ＧＮの表示位置の設定 */
#header ul li a {
        width: 158px;
        height: 2.5em;
        line-height: 2.5em;
        color: #666666;
        text-decoration: none;
        background-color: #FFFFCC;
        text-align: center;
        display: block;
        border-top: 4px double #999999;
        border-bottom: 4px double #999999;
        border-left: 2px solid #848484;
}

/* ＧＮのロールオーバー時の色の設定 */
#header ul li a:hover {
        background-color: #FFCC33;
}


/* ＧＮの「トップ」の左線なし */
#header ul li#nHome a {
    border-left: none;
}
/* ＧＮの右線設定 */
#header ul li#nKara a {
    border-right: 2px solid #999999;
}
/* ＧＮのリンク初期時の色設定 */
#home         #header  #nHome  a,
#topics       #header  #nTopics  a,
#introduction #header  #nIntroduction  a,
#guide        #header  #nGuide  a,
#kara         #header  #nKara  a {
    color: #FFFFFF;
}
/* ＧＮのアクティブページの色設定 */
#home         #header  #nHome  a,
#topics       #header  #nTopics  a,
#introduction #header  #nIntroduction  a,
#guide        #header  #nGuide  a,
#kara         #header  #nKara  a {
        color: #FFFFFF;
        background-color: #333333;
}

#main p {
	padding-right: 20px;
	padding-left: 10px;
}

#main  h1 {
	color: #BB1E32;
	border-top-width: 1px;
	border-left-width: 8px;
	border-top-style: solid;
	border-left-style: double;
	border-top-color: #004DEC;
	border-left-color: #004DEC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-bottom: 10px;
}

#main  h2 {
	color: #FFFFFF;
	background: url(../main/toph2.jpg) no-repeat right bottom;
	font-weight: bold;
	line-height: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin-bottom: 5px;
	margin-left: 10px;
}


/* table
------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 0px none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
	margin-left: 10px;
}
#main table th {
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main table td {
	text-align: center;
	vertical-align: top;
	padding: 2px 2px 2px 9px;
}

#main table td.syukuga {
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: top;
	background-image: url(../main/100thback.jpg);
	background-repeat: repeat;
}

/*-shopping-----------------------------------*/
#main div.wk {
    float: right;
    width: 160px;
    margin-right: 13px;
    margin-bottom: 15px;
        padding-top: 5px;
}
#main div.wk h3 {
    margin: 10px 0px 5px;
}
#main div.wk h3 a {
    font-family: Vardana, Arial, Helvetica, sans-serif;
    font-size: small;
    line-height: 1.2;
    font-weight: bold;
    display: block;
    padding-left: 7px;
    border-left: 3px solid #999999;
}
#main div.wk img {
    border: 1px solid #999999;
}

/* form
------------------------------*/
#main form {
    margin-bottom: 25px;
}
#main input[type="text"], #main textarea {
    padding: 2px;
    border: 1px solid #999999;
}
#main form em {
    color: #FF0000;
    padding-left: 5px;
}
#main form textarea#comment {
    overflow: auto;
    height: 120px;
    width: 300px;
}


/* よくいただくご質問の設定 */
#main dl#contactList dt {
    font-weight: bold;
    background-image: url(images/q.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
#main dl#contactList dd {
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 20px;
    padding-bottom: 1em;
}



/*---------------------------------------------*/
#sidebar h2 {
	background-position: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #004DEC;
	text-align: center;
}
#sidebar h3 {
	background-position: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #004DEC;
	text-align: center;
}
#sidebar dl dt a {
    padding: 4px;
    float: left;
    margin-right: 5px;
    margin-top:15px;
    margin-bottom: 5px;
    border: 1px solid #CCCCCC;
}
#sidebar  dl  dt  a:hover {
    border: 1px solid #000000;
}

#sidebar dl dt {
    clear: both;
}
#sidebar dl dd {
    margin-bottom: 5px;
}
#sidebar ul {
    margin-top: 5px;
}
#sidebar ul li {
    list-style: none;
    background-image: url(../main/bullet.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
}
#sidebar ul li a {
        display: inline;
        width: 180px;
}

#sidebar ul li a:hover {
    background-image: url(images/arrow_hover.gif);
}

/*---------------------------------------------*/
/* リンク設定 */
#footer ul li {
        display: inline;
        list-style: none;
        padding: 10px;
}
/* リンク色 */
#footer ul li a {
    color: #CCCCCC;
}
/* マウスが乗ったとき */
#footer ul li a:hover {
    color: #FFFFFF;
}
/* トップに戻る右に寄せる */
#footer p {
    float: right;
}
/* トップに戻るの色 */
#footer p a {
    color: #FFFF9D;
}
.top-pic {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.txt100 {
	padding-left: 10px;
	font-weight: bold;
	color: #606;
	font-size: medium;
	text-decoration: blink;
}
.txt01 {
        padding-left: 10px;
}
.txt-right {
	background-position: right;
}
.txt02 {
	padding-left: 10px;
	color: #600;
}
.txt03 {
	padding-left: 10px;
	font-weight: bold;
	color: #4A006F;
}
.txt04 {
	padding-left: 10px;
	font-weight: bold;
	color: #F06;
}
.small-font {
	font-size: 10px;
	text-align: right;
}
#home #wrapper #main br {
	text-align: center;
}
.floatClear {
	clear:left;
	overflow:hidden;
}

h2 a:link,h2 a:visited,h2 a:active {
	color: #ffffff;
	text-decoration: none;
}
