/*
Theme Name: 宮津観光交流センター
Author: ORIGINAL themes.
Description: カスタム投稿タイプ「観光交流センター」用の
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:700);
*/
html, body{
	background-color:#d8e8f7;
	background-image: url("http://www.amanohashidate.jp/hamamachi_images/bg.jpg");
	background-repeat:repeat-x;
	background-position:top center;
		background-attachment:scroll;

	margin: 0;
	padding: 0;
	border: 0;
	height:98%;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	/*
	font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
*/
	font-size:13px;
	color:#333;
}

A:link {
	color:#06C;
}

A:visited {
	color:#06C;

}

A:hover {
	color:#06C;
	text-decoration:none;
}

A:active{
	color:#06C;
}

/*========================
シングルページ
========================== */


.wrap {
background-color:#fff;
width:1024px;
margin:30px auto;
min-height:95%;

border-radius: 10px;		/* CSS3草案 */
-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
-moz-border-radius: 10px;	/* Firefox用 */
}

.main {
	width:85%;
	margin:30px auto;
		padding-bottom:30px;

}

.section {
	width:95%;
	margin: 40px auto;
}

h1 {
	color:#fff;
	display:block;
	padding:3px 3px 3px 25px;
	font-weight:bold;
	font-size:25px;
	background-color:#00A99D;
	background-image:url('http://www.amanohashidate.jp/hamamachi_images/bg_h1.png');
	background-repeat:no-repeat;
	background-position:right;
	background-attachment:scroll;

	
	border-radius: 20px;		/* CSS3草案 */
-webkit-border-radius: 20px;	/* Safari,Google Chrome用 */
-moz-border-radius: 20px;	/* Firefox用 */
}

h2 {
	color:#00A99D;
}

.navi {
	border-bottom:2px solid 	#00A99D;
	margin:20px auto;
	padding-top:20px;
	padding-bottom:10px;
	width:90%;
	position:relative;
}

.navi a {
text-decoration:none;
font-size:20px;
display:inline-block;
padding:0px 10px;
border-right:1px solid #ccc;
font-weight:bold;
}

/* navi01 */
a.navi01:link {
color:#CCC;
}

a.navi01:visited {
color:#CCC;
}

a.navi01:hover{
color:#0071BC;
}

a.navi01:active {
color:#CCC;
}

/* navi02 */

a.navi02:link {
color:#00a99d;
}

a.navi02:visited {
color:#00a99d;
}

a.navi02:hover{
color:#00a99d;
filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

a.navi02:active {
color:#00a99d;
}

/* navi03 */

a.navi03:link {
color:#CCC;
}

a.navi03:visited {
color:#CCC;
}

a.navi03:hover{
color:#fbb03b;

}

a.navi03:active {
color:#CCC;
}

/* navi04 */

a.navi04:link {
color:#CCC;
}

a.navi04:visited {
color:#CCC;
}

a.navi04:hover{
color:#288158;

}

a.navi04:active {
color:#CCC;
}

/* navi05 */

a.navi05:link {
color:#CCC;
}

a.navi05:visited {
color:#CCC;
}

a.navi05:hover{
color:#f04950;

}

a.navi05:active {
color:#CCC;
}

/* navi06 */

a.navi06:link {
color:#CCC;
}

a.navi06:visited {
color:#CCC;
}

a.navi06:hover{
color:#326E84;

}

a.navi06:active {
color:#CCC;
}

/* home */
.back_home {
	float:clear;
	position:absolute;
	right:-25px;
	bottom:-25px;
	border:none;
}

.link li {
	list-style:none;
	font-size:18px;
	margin-bottom:18px;
	background-image:url('http://www.amanohashidate.jp/hamamachi_images/bg_list.png');
	background-repeat:no-repeat;
	padding-left:25px;
}

/*========================
アーカイブページ
========================== */
.box {
background-color:#fff;
width:380px;
margin:10px;
display:inline-box;
}
