/*ページの基本デザイン用*/
/* # [idの指定]　. [classの指定] */

body {
		text-align: center;
		font-family:Arial, "メイリオ", Meiryo, "MS Pゴシック", Osaka, sans-serif;
		color: #333333;
		}

/* 2011_7_17 変更 */
#contents {
		width:830px;
		margin: auto;
		text-align:left;
}

#main {
		float:right;
		width: 620px;
		}

#main_left {
		float:left;
		width: 310px;
		}

#main_right {
		float:right;
		width: 310px;
		}

/* 2011_7_17 変更 */
#side {
		float:left;
		width: 188px;
		margin-right: 22px;
		}
		
#footer {
		text-align: center; 
		border-top: solid 2px #999999; 
		margin-top: 45px; 
		clear: both;
	     }
	     
#region {
		text-align: center; 
		color: #808080;
		border-top: dotted 2px #999999;
		font-size: 12px	;
		padding-top: 7px;
		margin-top: 4px;
	     }
	     
#title {
	font-size: 15px;
	line-height: 20px;
	margin-top: 2px;
	margin-bottom: 5px;
	}

		
address {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px	;
		font-style: normal;
		text-align: center;
		border-top: dotted 2px #999999;
		padding-top: 7px;
		margin-top: 4px;
		}

hr {
	clear: both;
	}
	
h1 {
	 font-size: 10px;
	 margin: 0px;
	 font-weight: normal;
	}
h2 {
	 font-size: 12px;
	 background-color: #dddddd;
	 margin-top: 0px;
	 font-weight: normal;
	 padding-left: 5px;
	}
		 
h3 {
	 font-size: 12px;
	 border-top: solid 1px #bbbbbb; 
	 border-left: solid 1px #bbbbbb; 
	 border-right: solid 1px #bbbbbb; 
	 border-bottom: solid 3px #0000aa; 
	 background-image:url(/images/h3.jpg);
	 background-repeat:repeat;
	 backgroud-position:top left;
	 line-height:22px;
	 margin-top: 0px;
	 font-weight: bold;
	 padding: 2px 0px 2px 5px;
	}
	
h3 a {
	  color:#222222;
	  font-size: 15px;
	 }


img {
	border: 0px;
	}
	
a {
	 font-size:12px;
  }
	
p {
	font-size: 15px;
	line-height: 20px;
	margin-top: 2px;
	margin-bottom: 5px;
	}

.pan{
	font-size: 13px;
	}
	
u {
	font-size: 14px;
	}
	
.comment {
	font-size: 13px;
	margin-top: 15px;
	padding-left: 7px;
	}

table {
	border: 1px solid;
	border-color: #bbbbbb;
	border-collapse: collapse;
	margin-top: 10px;
	}
	
td {
	border-color: #bbbbbb;
	font-size: 13px;
	text-align: center;
	border: 1px solid;
	}

.title {
	background-color: #eeeeee;
	height: 25px;
	font-size: 13px;
	} 
	
.title2 {
	border: 0px;
	height: 30px;
	padding-left: 20px;
	}
	
.report {
	height: 25px;
	padding-left: 7px;
	text-align: left;
	line-height: 20px;
	}
	
a:link {
	color: #0000cc;	
	}

a:visited {
	color: #0000cc;	
	}

a:hover {
	color: #00ced1;
	}

a:active {
	color: #00ced1;
	}
	
ul{
	 list-style-type: none;
	 margin: 0px;
	 }
		 
li{
	 font-size: 13px;
	 padding: 5px,30px, 5px, 15px;
	 }


/* 2011_7_17 変更*/
#side h2 {
			font-family:Arial, Helvetica, sans-serif;
			background-image:url(/images/side_h2.png);
			background-repeat:no-repeat;
			text-align: center;
			line-height:34px;
			margin: 0px;
			padding: 0px;
			height: 34px;
			display: block;
			font-size: 14px;
			font-weight: bold;
			color: #333;
		 }
		 
#side h2 a {
			color:#666666;
			font-size: 14px;
			font-weight: bold;
		   }
		   
/* 2011_7_17 変更 */	   
#side ul{
		 list-style-type: none;
		 margin: 0px;
		 padding-bottom: 10px;
		 display: block;
		 border-right-width: 1px;
		 border-bottom-width: 1px;
		 border-left-width: 1px;
		 border-right-style: solid;
		 border-bottom-style: solid;
		 border-left-style: solid;
		 border-right-color: #D5D5D5;
		 border-bottom-color: #D5D5D5;
		 border-left-color: #D5D5D5;
		 border-top-style: none;
		 }

/* 2011_7_17 変更 */
#side li{
		 font-size: 13px;
		 padding: 5px 5px 4px 5px;
		 margin: 0px 5px 0px 5px;
		 line-height: 19px;
		 border-bottom-width: 1px;
		 border-bottom-style: dotted;
		 border-bottom-color: #999;
		 }

/* 2011_7_17 追加 */
#side li a{
/*		  color: #333;
*/
		  text-decoration: none;
		  }

/* 2011_7_17 追加 */
#side li a:hover{
		  color: #00F;
		  text-decoration: underline;
		  }

/* 2011_7_17 変更 */
#side_parts {
                 margin: 0px 0px 20px 0px;
                 padding: 0px;
                        }                        

#pr {
                 border-left: 1px solid #bbbbbb;
                 border-right: 1px solid #bbbbbb;
                 border-bottom: 1px solid #bbbbbb;
                 text-align: center;
		}

/* 2008_11_24 追加 */
/* 削除
#side h3 {
			font-family:Arial, Helvetica, sans-serif;
			background-image:url(/images/menu.jpg);
			background-repeat:repeat;
			backgroud-position:top left;
			text-align: center;
			line-height:22px;
			margin-bottom: 0px;
			border-top: 1px solid #bbbbbb;
			border-left: 1px solid #bbbbbb;
			border-right: 1px solid #bbbbbb;
			border-bottom: none;
			padding: 0px;
		 }
		 
#side h3 a {
			color:#666666;
			font-size: 14px;
			font-weight: bold;
		   }
*/
#side p {
			font-family:Arial, Helvetica, sans-serif;
			background-image:url(/images/menu.jpg);
			background-repeat:repeat;
			backgroud-position:top left;
			text-align: center;
			line-height:22px;
			margin-bottom: 0px;
			border-top: 1px solid #bbbbbb;
			border-left: 1px solid #bbbbbb;
			border-right: 1px solid #bbbbbb;
			border-bottom: none;
			padding: 0px;
		 }
		 
#side p a {
			color:#666666;
			font-size: 14px;
			font-weight: bold;
		   }
                        
.header {
	 font-size: 12px;
	 background-color: #dddddd;
	 margin-top: 0px;
	 margin-bottom: 17px;
	 font-weight: normal;
	 padding-left: 5px;
	 height: 13px;
	 line-height: 13px
	}

.faq_title {
	background-color:#0000aa;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
	height: 25px;
	font-size: 15px;
	}

#side_ul {
		 list-style-type: none;
		 border: 1px solid #bbbbbb;
		 margin: 0px;
		 padding: 0px;
		 }

html {
	-webkit-text-size-adjust: none;
	}
                 
