@charset "UTF-8";

 * {
	margin:0;
	padding:auto;
}  

body {
	font-family: Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:100%;
	line-height:2em;
	color:#000;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	overflow: hidden;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-color: #0066ff;
}

html {  
	overflow-y:scroll;  
} 

h1 {
	font-size: 9pt;
	line-height: 1.5em;
	font-weight: normal;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2em;
	border-bottom: 4px solid #0066ff;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	line-height: 1.2em;
	border-bottom: 3px dashed #99ccff;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

h4, h5, h6 {
	font-size: 1.1em;
	margin: 0;
	line-height: 1.5em;
}

p,li,dt,dl {  
	line-height:1.5em;  
}  

dt {  
	font-size: 80%;
	color: #777777;
	line-height:1.2em;  
}  

li {  
	list-style-type:none;  
	display: inline;
} 

img {
	border:0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

address {  
	font-style:normal;  
} 


/* 
Link Color [ 
----------------------------------------------------------- */  

a:link {  
	color:#2F8ED0;  
	text-decoration:underline;  
}  

a:visited {  
	color:#2F8ED0;  
	text-decoration:none;  
}  

a:hover {  
	color:#00ccff;  
	text-decoration:none;  
}  

a:active {  
	color:#666;  
}  

a img:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
}

.contentArea {
	padding: 20px;
}

.asset-header h1 {
	font-size: 1.3em;
	margin: 10px 0;
	background-color: #333333;
	color: #FFFFFF;
	line-height: 32px;
	padding-left: 10px;
}

.asset-header h2 {
	font-size: 1.3em;
	margin: 10px 0;
	background-color: #333333;
	color: #FFFFFF;
	line-height: 25px;
	padding: 5px 10px;
}

.asset-body {
	line-height: 1.2em;
	}
	
.asset-header h2 a:link {  
	color:#FFFFFF;  
	text-decoration:underline;  
}  

.asset-header h2 a:visited {  
	color:#FFFFFF;  
	text-decoration:none;  
}  

.asset-header h2 a:hover {  
	color:#00CCFF;  
	text-decoration:none;  
}  

.asset-header h2 a:active {  
	color:#FFFFFF;  
}  	

.published {
	font-color: #777777;
}

/*ショップコミューン系*/

#more h2 {
	margin: 10px 0;
}

/* 地図が正しく表示されたときのスタイル*/
.maps {
    width: 500px;
    height: 500px;
    margin: 20px 0;
}
/* 地図が正しく表示されなかったときのスタイル*/
.mapError {
    color: #FF0000;
    background: none !important;
}

wbr:after { content: "\00200B" }
