@charset "utf-8";
/* CSS Document */

/*
Theme Name: Travessia
Theme URI: http://
Author: Utility Factory
Description: トラベシアのテーマファイルです
*/

/*-----------------------------------
	基本設定
-----------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	line-height: 180%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

body,html {
	margin: 0px;
	padding: 0px;
}

body {
	background: #f6f6f6 url(img/bg_body.png) repeat;
}
#wrapper {
	background: #FFFFFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


table {
	border-collapse:collapse;
}

img {
	border-style: none;
	border-width: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
a {
	outline: 0;
	text-decoration: none;
}
a:link,
a:visited,
a:active {
	text-decoration: none;
}
a:hover {
	alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

/*----------ヘッダー----------*/
#header {
	margin-bottom: 45px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}


#header h1 {
	margin-left: 30px;
	margin-bottom: 50px;
	padding-top: 70px;
}
#header ul#navi li {
	float: left;
	margin-right: 41px;
}
#header ul#navi li.last {
	margin: 0px;
}


/*----------メイン----------*/
#main {
	border-bottom: 1px solid #999999;
	margin-bottom: 50px;
	min-height: 500px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#main>h2 {
	border-bottom: 1px solid #999999;
	margin-bottom: 40px;
}
#main h2 img {
	margin-bottom: 5px;
}

/*----------サイド----------*/
#side {
	width: 200px;
	float: left;
}
#side h2.widgettitle,
#side h2.archive {
	border-bottom: 1px dotted #999999;
	margin-bottom: 15px;
	height: 16px;
	width: 200px;
}

#side li#categoryposts-2 h2.widgettitle,
#side li#categoryposts-3 h2.widgettitle,
#side li#categoryposts-4 h2.widgettitle,
#side li#categoryposts-5 h2.widgettitle{
	background: url(img/wid_new.png) no-repeat;
}
#side li#extended-categories-2 h2.widgettitle,
#side li#extended-categories-3 h2.widgettitle {
	background: url(img/wid_category.png) no-repeat;
}

#side ul {
	margin-bottom: 40px;
}
#side li.cat-post-item {
	margin-bottom: 15px;
}
/*----------コンテンツ----------*/
#contents {
	width: 630px;
	float: right;
}
#contents div.post {
	border-bottom: 1px dotted #999999;
	margin-bottom: 50px;
}
div.post h3 {
	text-indent: 30px;
	background: url(img/accent.png) no-repeat left 3px;
	margin-bottom: 20px;
}
div.post h3 a{
	font-size: 18px;
	color: #00A0C6;
	font-weight: bold;
}

div.post div.article {
	margin-bottom: 30px;
}
div.article p {
	margin-bottom: 15px;
}
div.article p.category {
	text-align: right;
}
/*ページ送り*/
#contents table.page {
	width: 630px;
	margin-bottom: 30px;
}
table.page a {
	color: #00A0C6;
	font-size: 13px;
}
table.page td.next {
	text-align: right;
}

/*----------フッター----------*/
#footer div#foot_navi {
	text-align: center;
	margin-bottom: 30px;
}
div#foot_navi img {
	padding-top: 5px;
}
#footer  p#copy {
	text-align: center;
	padding-bottom: 20px;
}