@charset "utf-8";
/*
Theme Name:aikawa 
Theme URI: 
Description:aikawa
Version: 1.0
Author: 
Author URI: 
Tags: 




/* Begin Typography & Colors */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　お役立ち情報のスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

/* 基本フォント ------------------------------ */

body {
	color: #000000;
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.5;
}

input,textarea,select {
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/*\*/
* html body {
	font-size: 100%;
}
* html table {
	font-size: 100%;
	line-height: 1.5;
}
*:first-child+html body {
	font-size: 100%;
}
/**/


/* 基本タグ ------------------------------ */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0;
	padding: 0;
}

body {
	background: #F9F1CD;
	text-align: center;
}

img,table {
	border: none;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

li img,
dt img {
	vertical-align: bottom;
}

address,em,cite {
	font-style: normal;
}


/* 基本テキストリンク ------------------------------ */

a:link {
	color: #000000;
}
a:visited {
	color: #3300FF;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF9900;
}

/* --------------------------------------------------------------------------------------
 レイアウト枠
--------------------------------------------------------------------------------------- */

div#wrap {
	width: 800px;
	margin: 0 auto;
	background: #FFF;
	text-align: left;
}

div#ctArea {
	width: 740px;
	margin: 0 30px;
	padding: 20px 0 40px;
}
div#ctArea:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#ctArea { display:inline-block; }
/*\*/
* html div#ctArea { height:1%; }
div#ctArea { display:block; }
/**/

div#ctLeft {
	float: left;
	width: 181px;
}

div#ctRight {
	float: right;
	width: 531px;
}


/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */

div#hd {
	position: relative;
	width: 800px;
	height: 150px;
	background: url(./img/bg_hd.gif) no-repeat;
}

div#hd .logo {
	position: absolute;
	top: 5px;
	left: 5px;
}

div#hd .title {
	position: absolute;
	top: 15px;
	left: 229px;
}


/* --------------------------------------------------------------------------------------
 左コンテンツ
--------------------------------------------------------------------------------------- */

div#ctLeft ul.menu {
	margin-top: -10px;
	padding-bottom: 16px;
font-size:90%
}

div#ctLeft ul.menu li {
	margin-top: 10px;
}

div#ctLeft ul.menu .arwLink {
	margin: 0 10px;
	padding: 0;
}

div#ctLeft ul.menu .arwLink li {
	margin-top: 5px;
	padding-left: 12px;
	background: url(./img/icon_arw.gif) no-repeat 0 .4em;
}

div#ctLeft ul.bnr {
	padding-top: 6px;
}

div#ctLeft ul.bnr li {
	margin-top: 10px;
}


/* --------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------- */

div#ft {
	width: 800px;
	background: #F9F1CD;
	text-align: center;
}


/* --------------------------------------------------------------------------------------
 右コンテンツ
--------------------------------------------------------------------------------------- */

.indexBox {
	margin-top: 15px;
	background: url(./img/bg_line.gif) repeat-y;
font-size:90%
}

.indexArea .bgLand {
	padding: 10px 0 20px 143px;
	background: url(./img/bg_land.gif) no-repeat left bottom;
}
.indexArea .bgHouse {
	padding: 10px 0 20px 143px;
	background: url(./img/bg_house.gif) no-repeat left bottom;
}
.indexArea .bgLoan {
	padding: 10px 0 20px 143px;
	background: url(./img/bg_loan.gif) no-repeat left bottom;
}
.indexArea .bgTax {
	padding: 10px 0 20px 143px;
	background: url(./img/bg_tax.gif) no-repeat left bottom;
}
.indexArea .bgOther {
	padding: 10px 0 20px 143px;
	background: url(./img/bg_other.gif) no-repeat left bottom;
}

.indexBox ul {
	margin: 6px 0 0 4px;
}

.indexBox ul li {
	display: inline;
	padding-right: 10px;
}

.indexBox ul li a {
/*\*/
	display: inline-block;
/**/
	padding-left: 12px;
	background: url(./img/icon_arw.gif) no-repeat left center;
}

.indexArea .naviList{
    text-align: right;
    display: block; 
font-size:80%
}

.indexArea .commentlist {
    background:transparent url(./img/bg_line.gif) repeat-y scroll 0 0;
    padding: 2px 0px 0px 15px;
    margin-bottom:10px;
}
.indexArea .single{
	padding: 5px 15px 15px 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
}
.indexArea .single img{
    padding: 0px 10px 10px 0px;
}
.indexArea .singleTitle{
	padding: 5px;
    margin-top:10px;
    margin-bottom:10px;
    background-color:#E5F0EA;
    font-weight: bolder;
    font-size:100%;
    color:#006938;
}
.indexArea .comment {
    text-align: right;
    margin-bottom:50px;
    display: block; 
font-size:80%
}
.pagetop {
	margin-top: 20px;
	text-align: right;
font-size:80%
}