@charset "utf-8";
/*
Theme Name: 遠野物語百周年　Default CSS
Theme URI: http://tono100.com/
Description: 遠野物語百周年　Default CSS
Version: 1.0
Author: 遠野市
Author URI: http://tono100.com/
*/



/* ▼共通スタイル */



/*

html{
font:13px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
*font-size:small;
*font:x-small;
}

*/


body{
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
line-height:1.5;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#page {
margin:10px auto;
width:900px;
}


a img {
border:none;
}


a{ text-decoration: underline;}
a:link{color:#339999;}
a:visited {color: #546D6C;}
a:hover {color:#D92500;}


/* ▼ヘッダー＆メニュー */

#header {
width:900px;
}
#header h1 {
display:block;
width:210px;
height:70px;
margin:0;
padding:0;
float:left;
line-height:0;
}
#header h1 img{
margin:0;
padding:0;
}

#hd-search {
float:right;
height:42px;
width:470px;
margin:14px 0;
}
#hd-search form {
margin:0;
padding:9px 0 9px 28px;
width:230px;
background-image:url(/img/i_search.gif);
background-position:5px 12px;
background-repeat:no-repeat;
text-align:left;
}
#hd-search input{
margin:0;
padding:0;
border:none;
}

input#s {
border:1px solid #CCCCCC;
padding:4px 4px 2px;
margin:0 5px;
line-height:16px;
width:148px;
height:16px;
}

.text-size {
height:42px;
float:right;
text-align:right;
line-height:14px;
}
.text-size img {
margin:7px 0 7px 5px;
}



#hd-menu{
clear:both;
width:900px;
padding-top:20px;
}
#hd-menu ul {
margin:0;
padding:0;
list-style:none;
}
#hd-menu li {
float:left;
height:20px;
margin:0 12px 0 0;
padding:0;
line-height:0;
font-size:1px;
color:#FFFFFF;
}

.hd_home {width: 67px; background-image:url(/img/hd_home.gif);}
.hd_event {width:152px; background-image:url(/img/hd_event.gif);}
.hd_world {width:125px; background-image:url(/img/hd_world.gif);}
.hd_map {width:151px; background-image:url(/img/hd_map.gif);}
.hd_musium {width:124px; background-image:url(/img/hd_musium.gif);}
.hd_photo {width:194px; background-image:url(/img/hd_photo.gif);}

#hd-menu li a,
#hd-menu li a:link,
#hd-menu li a:visited {
background-position:0px 0px;
background-repeat:no-repeat;
display:block;
text-indent:-999em;
height:20px;
}
#hd-menu li a:hover {background-position:0px -100px!Important;}
.on {background-position:0px -200px!Important;}







/* ▼コンテンツ */

#content {
	/* width 未設定 */
	float:right;
}

#content.full {
float:none;!important
}

/* ▼サイドバー */

#sidebar{
	/* width 未設定 */
	float:left;
}
#sidebar ul,
#sidebar ul ol {
	margin: 0;
	padding: 0;
	list-style: outside;
}

#sidebar ul li {
	list-style-type: none;
	background-image:url(/img/img_dotline.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:10px 0 11px 5px;
	margin:0;
}
#sidebar ul li a {
	padding:3px 0 3px 20px;
	margin:0;
	background-image:url(/img/i_arr.gif);
	background-position:left;
	background-repeat:no-repeat;
	line-height:1.4;
	display:block;
}
.top-line {
	background-image:url(/img/img_dotline.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#sidebar ul li a.sm_on{
	color:#666666;
	text-decoration:none;
}


/* ▼フッタ */

#footer {
	background-image:url(/img/img_dotline.gif);
	background-repeat:repeat-x;
	background-position:top;
	text-align: center;
	margin: 0 auto;
	width: 900px;
	clear: both;
}

#footer p {
	background-image:url(/img/img_dotline.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin:0;
	padding: 18px 0;
	text-align:center;
}

#footer a {
	padding:5px 0 5px 18px;
	background-image:url(/img/i_arr.gif);
	background-position:left center;
	background-repeat:no-repeat;
	margin-right:20px;
	line-height:1.2;
}

.copy {
margin:15px 0 40px;
font-size:92%;
color:#666666;
}

.addr {
text-align:left;
margin-top:20px;
margin-left:auto;
margin-right:auto;
display:inline-block;
padding:0 auto;
}
		* html .addr {
		display:inline;
		zoom:1;
		}
		*:first-child+html .addr {
		display:inline;
		zoom:1;
		}




/* ▼カスタム */
.clear {
	content:".";
	clear:both;
	line-height:1%;
	font-size:1px;
	color:#FFFFFF;
	width:auto;
	display:block;
	position:relative;
	margin:0;
	padding:0;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

.top-navi{
	padding-bottom:18px;
	font-size:95%;
	line-height:1.2;
	text-align:left;
	clear:both;
	display:block;
}

.archive-link {
	padding:5px 0 5px 18px;
	background-image:url(/img/i_arr.gif);
	background-position:left center;
	background-repeat:no-repeat;
	line-height:1.2;
	text-decoration:none;
}
.bt-line {
	border:1px solid #DFDFDF;
	padding:5px;
	margin:5px 0;
	display:inline-block;
	}
		* html .bt-line {
		display:inline;
		zoom:1;
		}
		*:first-child+html .bt-line {
		display:inline;
		zoom:1;
		}



/* ▲共通スタイル　ここまで */



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

