/* CSS Document
Theme Name: neiroya
Theme URI: 
Description: 
Version:1.0
Author: IBS
Author URI: 
*/

/* 共通デザイン */

/* ブラウザリセット */
* {
	margin:0;
	padding:0;
}

/* 基本カラム */
#container {	
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	position: relative;	
	background: url(images/backbar.jpg) repeat-y;
	padding: 1px;
	border: 1px solid #999999;
}

/* フォント関係設定 */	
#container {
	color: #666666;	
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:1.5em;
	font-size: small;
}

/* ヘッダーコメント */
#titleComment {
	position: absolute;
	font-size: 12px;
	top:5px;
	left:162px;
	width: 615px;
	text-align: right;		
}

/* 画像 */
img {
	border: 0;
}

/* メインコンテンツ表示位置 */
#main {
	width: 612px;
	margin-top:4px;	
	float: right;
}

/* メインコンテンツ余白設定 */
#main p,#main ul {
	margin: 1.2em;
}

/* フッター設定 */
#footer {	
	clear:both;
	background: url(images/footer.jpg) no-repeat;
}
	
address {
	width:780px;
	text-align: right;
	color:#FFF;
	margin-top:10px;
	font-style: normal;
}

/* 見出し設定*/
.Horizon {
	color: #666666;
}
h2 {
	width:612px;
	background-color: #383838;
	font-size:large;
	margin-bottom:0.2em;
	text-indent:1em;
	height:25px;
	line-height:1.4em;
	margin-bottom: 10px;
	color:#CCCCCC;
	border-right: #9b9b9b solid 2px;
	border-bottom: #9b9b9b solid 2px;
}

h2.Horizon,h3 {
	width: 612px;
	background:url(images/obi.png);
	border-right: #9b9b9b solid 2px;
	border-bottom: #9b9b9b solid 2px;
	text-indent:1em;
	font-size: medium;
	margin-top:3px;
}

/*　テーブル設定*/
table {
	width:580px;
	margin:1em;
}

td {
	border:1px solid #999999;
	padding:0.2em;
}

th {
	width: 165px;
	border:#999999 1px solid;
	text-indent:0.2em
}

tr {
	color: #666;
	font-size: small;
	text-align:left;
}
#tenpo p img{
	margin-left:auto;
	margin-right:auto
}
#tenpo.flash {
	margin-left:auto;
	margin-right:auto;
}
	
/* メニュー作成 */
#menu {	
	width:150px;
	margin-top: 5px;
}
#menu ul{
	list-style-position:outside;
}
#menu li {
	font-size: 12px;
	border-left:10px solid #a6a7d5;
	background-color: #cacaca;
	border-right: #9b9b9b solid 2px;
	border-bottom: #9b9b9b solid 2px;
	margin-bottom: 4px;
	text-indent: 0.5em;
	height: 25px;
	list-style: none;
}
#menu li a {
	line-height: 2.3em;
	text-decoration: none;
	color: #222222;
	display: block;
	width:140px;
}
#menu li.contents {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:2em;
	text-indent:0em;
	background-color: #383838;
	color: #fff;
	border-left: 10px solid #676767;
	text-align: center;
}
#menu li.menuImg{
	margin:0;
	padding:0;
	height:165px;
	width:140px;
	text-align:center;
}
#menu li img {
	/*width: 140px;*/
        height:140px;
        margin-top:5px;
}
.menuImg p{
	text-indent:0px;
}
/* トップページ調整*/

#welcome p {
	margin-left:10px;
	/*text-indent:1em;*/
}
.Horizon {
	color: #666666;
	width: 600px
}

#info li,#faq li{
	list-style-position:outside;
	margin-left:2em;
}
#info li a {
	color: #666;
}
#info ul {
	margin-left: 1em;
}

#welcome p {
	margin-bottom:1em;
}

/*　インフォメーションページ調整*/
p.day {
	text-align:right;
	margin:0.2em;
	line-height:0.5em;
}

/* お問い合わせページ調整 */
#faq textarea {
	width: 500px;
	height: 100px;
	overflow:auto;
}
#wpcf7-f2-p25-o1{
	margin-left: 1em;
	margin-top: 1.5em;
}

/* リンクページ設定*/
#link dt{
	font-size:medium;
}
#link dd {
	width:500px;
}
.dammyBox {
	clear:both;
}

/*メニューリンク設定*/
#menu li:link {
border-left: solid 10px #dbbbc8;
}
#menu li:visited {
	background-color:#FFFFFF;
}
#menu li:hover {
	border-left: solid 10px #dbbbc8;
}
#menu li:active {
	background-color:#FFFFFF;
}
