@charset "Shift_JIS";

body {  
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background : #ffffff url(bg.gif);
}

ul{  
	list-style-type: none;
}

img {  
	border: none;
}

h1,h2,h3,p,ul,li{  
	margin: 0px;
	padding: 0px;
}

input {  
	background: #f5f5f5;
}

.color {  
	color: #1540ef;
}


p.sutema{
       line-height: 30px;
	background : url(sutema100.gif);
	background-repeat: no-repeat;
       height: 284px;
	padding-left: 50px; 
}

h4.inu1 {  
	line-height: 33px;
	background : url(inu1.gif);
	height: 33px;
	font-size: 100%;
	padding-left: 40px;
}

.inu2 {  
	line-height: 33px;
	background : url(inu2.gif);
	height: 33px;
	font-size: 100%;
	padding-left: 40px;
}


/*メイン画像（画像の両サイドの影を設定しています）
------------------------------------------------------------------*/
#main-img {  
	background : url(main_img_bg.gif) repeat-y center center;
	padding-right: 6px;
	padding-left: 6px;
	position: relative;
}



/*h1タグ設定
------------------------------------------------------------------
■font-sizeで文字の大きさを指定しています。
■leftとtopの数値を変更してh1の位置の微調整ができます。
■colorで文字色を指定します。
------------------------------------------------------------------*/
#main-img h1 {  
	position: absolute;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	left: 20px;
	top: 10px;
}



/*コンテナー
------------------------------------------------------------------*/
#container {  
	margin: 0px auto 20px;
	width: 812px;
	text-align: left;
}



/*コンテンツ（メイン、サブの両ブロックの外側）
------------------------------------------------------------------*/
#contents {  
	background : url(contents_bg.gif) repeat-y center center;
	padding-top: 30px;
	padding-bottom: 50px;
}



/*メインメニュー（リストタグを横並びに設定）
------------------------------------------------------------------*/
ul#menu li {  
	display: inline;
}



/*メインコンテンツ（右側ブロック）
------------------------------------------------------------------*/
#main {  
	float: right;
	width: 496px;
	display: inline;
	margin-right: 37px;
}

#main h2 {  
	line-height: 33px;
	background : url(midashi_base.gif);
	height: 33px;
	font-size: 100%;
	padding-left: 40px;
}

#main h3 {  
	line-height: 33px;
	background : url(midashi_base.gif);
	height: 33px;
	font-size: 100%;
	padding-left: 40px;
}

#main h4 {  
	line-height: 33px;
	background : url(midashi_base.gif);
	height: 33px;
	font-size: 100%;
	padding-left: 40px;
}

#main h5 {  
	line-height: 33px;
	background : url(midashi_base.gif);
	height: 33px;
	font-size: 100%;
	padding-left: 40px;
}


#main p {  
	padding: 0.5em 10px 1em;
       font-size: 130%;
}



/*サブコンテンツ（左側ブロック）
------------------------------------------------------------------*/
#sub {  
	float: left;
	width: 226px;
	display: inline;
	margin-left: 37px;
}

#sub p {  
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

/*サブコンテンツ内、サブメニュー
------------------------------------------------------------------*/
#sub .submenu {  
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 5px solid #1540ef;
	margin-bottom: 20px;
	border-right: 1px solid #1540ef;
	border-left: 1px solid #1540ef;
}

#sub .submenu a {  
	color: #1540ef;
	text-decoration: none;
	border-bottom: 1px dotted #1540ef;
	display: block;
	width: 224px;
}

#sub .submenu a:hover {  
	background: #f5f5f5;
}

/*サブコンテンツ内、サブメニュー下のTOPICSコーナー
------------------------------------------------------------------*/
#sub .menubottom {  
	border-right: 1px solid #1540ef;
	border-bottom: 5px solid #1540ef;
	border-left: 1px solid #1540ef;
	padding-right: 5px;
	padding-left: 5px;
	width: 214px;
}




/*フッター
------------------------------------------------------------------*/
#footer {  
	clear: both;
	text-align: center;
	background : url(footer_bg.gif) no-repeat center top;
	padding-top: 20px;
	padding-bottom: 20px;
}



/*clearfix
------------------------------------------------------------------*/
#contents:after {
  content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents {
  display: inline-block; 
}

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents {
  display: block; 
}
/* End hide from IE-mac */
