﻿@charset "UTF-8";

/* ブラウザスタイルの初期化
-------------------------*/
* {
	border: 0;
	margin: 0;
	padding: 0;

	font-size: small;
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.0;
	color:#222;
}

body {
	text-align: center;
	background: #ccc;
}

a {
	text-decoration: none;
}

hr{display:none;}

/**********   イメージ・スタイル   **********/
p img {
	padding: 0;
	max-width: 100%;
	border:1px solid #cccccc;
	padding:2px;
	margin:2px;
	}
	
p img.middle {
	display: block;
	margin: 2px auto;
	}
	
p img.right {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

p img.left {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}


/**********   コンテナ   **********/

/* 全体コンテナ
-------------------------*/
div#container {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 792px;
	height: 100%;
	background: transparent url(../img/background.png) repeat-y top center;
}

/* 汎用コンテナ
-------------------------*/
div#wrapper {
	padding: 0;
	margin: 0 auto;

	width: 732px;
}


/**********   インターフェース   **********/

/* ヘッダー
-------------------------*/
div#header {
	background-color: #777;
	width: 100%;
}
div#header div#smallTopNav {
	width: 100%;
	height: 0.5em;
	padding-top: 1em;
	padding-bottom: 0.5em;
	text-align: right;
	font-size: 9px;
	color: #FFF;
}
div#header div#smallTopNav a{
	font-size: 9px;
	color: #FFF;
}
div#header h1{
	height: 150px;
	width: 100%;
	text-indent: -9999px;
	background: transparent url(../img/header_logo.jpg) repeat-x top left;
}

/* フッター
-------------------------*/
div#footer {
	clear: both;
	width: 100%;
	background-color: #777;
	margin: 10px 0;
	text-align: center;
	padding: 10px 0;
	font-size: 9px;
	color: #FFF;
}

/* コンテンツエリア
-------------------------*/
div#content {
	width: 490px;
	height: 100%;
	float: left;
	margin-left: 10px;
	margin-right: 5px;
}
div#content h2{
	width: 400px;
	height: 50px;
	margin-bottom: 20px;
	text-indent: -9999px;
}
div#content h3{
	margin: 30px 0 10px;
	padding-left: 10px;
	width: 280px;
	height: 30px;
	text-indent: -9999px;
}
div#content h4{
	margin: 20px 0 5px;
	padding: 0 10px;
}
div#content p{
	font-size: 10px;
	line-height: 1.5em;
	padding: 0 10px;
}
div#content p a:link,
div#content p a:visited {
	border-bottom: 1px dashed #CCC;
}
div#content p a:hover {
	border-bottom: 1px solid #CCC;
}

div#content table {
	width: 500px;
}
div#content table *{
	font-size: 10px;
}
div#content table th{
	width: 50px;
	padding: 5px;
	background-color: #EEE;
}
div#content table td{
	width: 130px;
	padding: 5px;
	line-height: 1.5em;
}
div#content p.back2top{
	width: 95%;
	text-align: right;
	margin-top: 15px;
}


form {
	padding: 20px 0;
	border: 1px solid #CCC;
	margin: 30px 0;
}
form legend {
	height: 1.5em;
	line-height: 1.5em;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}
form dl {
	width: 90%;
	border: 0;
}
form dt {
	width: 100px;
	float: left;
	text-align: right;
	font-weight: bold;
}
form dt, form dd {
	padding: 5px;
}
form dd {
	margin-left: 110px;
}
form dd input, form dd select {
	border: 1px solid #CCC;
	width: 200px;
	padding: 5px;
	line-height: 1.5em;
	font-size: 1;
}
form dd textarea {
	border: 1px solid #CCC;
}
form p {
	line-height: 1.5;
	padding: 10px;
	font-size: 9px;
	margin-left: 110px;
	margin-top: 10px;
}
form p input {
	line-height: 1.6;
	padding: 10px;
	font-size: 9px;
	margin-right: 10px;
}


/* サイドバー
-------------------------*/
div#sidebar {
	width: 200px;
	height: 500px;
}
div#sidebar ul {
	padding-top: 35px;
}
div#sidebar ul li {
	height: 30px;
	font-size: 12px;
	text-indent: 10px;
	border-bottom: 1px solid #CCC;
	display: block;
}
div#sidebar ul li a {
	height: 100%;
	width: 100%;
	display: block;
	line-height: 30px;
}
div#sidebar ul li a:hover {
	background-color: #777;
	color: #FFF;
}
div#sidebar ul li ul {
	padding-top: 0;
}
div#sidebar ul li ul li {
	border-bottom: 0px;
}
div#sidebar ul li ul li a {
	height: 100%;
	width: 100%;
	display: block;
	line-height: 30px;

	text-indent: 30px;
}


/* グローバルナビ
-------------------------*/
div#globalnav {
	width: 100%;
	height: 30px;
	background-color: #777;
}

/* ローカルナビ
-------------------------*/
div#localnav {
}

/* パンくずナビ
-------------------------*/
div#topicpath {
	width: 100%;
	padding: 1em 0;
	font-size: 9px;
}
div#topicpath a{
	font-size: 9px;
}

/* キービジュアル
-------------------------*/
div#keyvisual {
}

/* 検索ボックス
-------------------------*/
div#searchbox {
}

/* バナー類
-------------------------*/
div#banners {
}

/* 広告類
-------------------------*/
div#ads {
}

/* 日時
-------------------------*/
div#datetime {
}

/* 詳細ページリンク
-------------------------*/
div#more {
}

/* 外部へのリンク
-------------------------*/
div#external {
}

/* フィードリンク
-------------------------*/
div#feed {
}

/* ロゴギャラリー
-------------------------*/
div.gallery {
	width: 450px;
	margin: 10px;
}
div.gallery dl{
	margin:0px;
	margin-right:30px;
	margin-bottom:1em;
	padding:0px;
	float:left;
	width:100px;
	font-size:14px;
	border-width:1px 1px 0px;
	border-style:solid;
	border-color:#CCC;
}
div.gallery img {
	margin: 5px;
}
div.gallery dt a {
	border: 1px solid #EEE;
}
div.gallery dt a:hover {
	border: 1px solid #AAA;
}
div.gallery dd{
	margin:0px;
	padding:4px 0.5em;
}
div.gallery dd.name, dd.comment{
	height:1.em;
	font-size: 9px;
}
div.gallery dd.name a, dd.comment a{
	font-size: 9px;
}
div.gallery dd.name a:hover, dd.comment a:hover{
	text-decoration: underline;
}