* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}

/* BODY-------------------------------*/
body {
	background: #778899;
	margin: 0;
	padding: 0;
	line-height:150%;
	letter-spacing: normal;
	color: #333;
	list-style: none;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}

img {
	border: none;
	vertical-align: middle;
}

a:link, a:visited, a:active {color: #0044CC;text-decoration: none;}
a:hover{color : #FF6633;text-decoration: underline;}

/* 基本設定 ----------------------------- */
#base{
	width: 840px;
	margin: 0 auto;
	background: url("http://rikonblog.re-date.net/img/base_back.gif") repeat-y;
	text-align: center;
}

#wrapper {
	width: 820px;
	margin: 0 auto;
	background: #FFF url("http://rikonblog.re-date.net/img/header2.GIF") no-repeat;
	text-align: center;
	position: relative;
}

/*  ヘッダー  */
#header {
	height:128px;
	margin: 0;
	color: #666;
}

#header h1{
	position: absolute;
	top: 18px;
	left: 30px;
	font-size: 180%;
	line-height: 100%;
	text-align: left;
}

#header h1 a:link, #header h1 a:visited, #header h1 a:active {
	color: #6699CC;
	text-decoration: none;
	font-weight: bold;
}

#header h1 a:hover{
        color : #FF6633;
        text-decoration: underline;
}

#header h2{
	position: absolute;
	top: 50px;
	left: 30px;
	width: 660px;
	font-size: 100%;
	font-weight: normal;
	color: #FFF;
	text-align: left;
}

.rss{	
	position: absolute;
	top: 30px;
	right: 22px;
}

.button{
         position: absolute;
	top: 10px;
	right: 22px;
}


/*-----(共通）-----*/
#container{
 	width: 780px;
 	margin: 0 auto;
 	text-align: left;
}


/* グローバルナビ */
#g_navi{
         width: auto;
         height: 26px;
         float:center;
         padding: 0px 0px 0px 0px;
         border: double 1px #999;
         color: #0F3357;
	background: #ccc url('http://rikonblog.re-date.net/images/white-highlight.png') repeat-x;
}

#g_navi li{
        display: inline;
        float:left;
        white-space: nowrap;
}

#g_navi ul{
        list-style: none;
        margin: 0px;
        padding: 0px;
        font-size: 14px;
        text-align: left;
        font-weight: 900;
}

#g_navi a{
	margin: 2px 0px 0px 0px;
	padding: 1px 8px 2px 8px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #333;
	text-decoration: none;
	background: #ccc url('http://rikonblog.re-date.net/images/white-highlight.png') top left repeat-x;
	border-right: 1px solid #555;
}

#g_navi a:hover{
        color:black;
	background-color: #eee;
	border-color: #666;
}


/*  パンくずリスト  */
#pankuzu {
	margin :3px 0px 0px 0px;
	width: 100%;
	font-size: 12px;
	padding: 0px 0px 0px 8px;
	text-align: left;
	}


/* ------------------------------------------------------------
	NUMBER OF COLUMNS: Adjust #primaryNav li to set the number
	of columns required in your site map. The default is 
	4 columns (25%). 5 columns would be 20%, 6 columns would 
	be 16.6%, etc. 
------------------------------------------------------------ */

#primaryNav li {
	width:25%;
}

#primaryNav li ul li {
	width:100% !important;
}

#primaryNav.col1 li { width:99.9%; }
#primaryNav.col2 li { width:50.0%; }
#primaryNav.col3 li { width:33.3%; }
#primaryNav.col4 li { width:25.0%; }
#primaryNav.col5 li { width:20.0%; }
#primaryNav.col6 li { width:16.6%; }
#primaryNav.col7 li { width:14.2%; }
#primaryNav.col8 li { width:12.5%; }
#primaryNav.col9 li { width:11.1%; }
#primaryNav.col10 li { width:10.0%; }

/* ------------------------------------------------------------
	General Styles
------------------------------------------------------------ */

.sitemap {
	margin: 0px 10px 0px 10px;
	float: left;
	width: 100%;
}

.sitemap h2 {
	background: url("http://rikonblog.re-date.net/img/midashi_cat_ttl.gif");
	color: black;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
        margin: 10px 20px 20px 0px;
        padding:5px 0px 0px 7px;
	display: block;
	line-height: 28px;
}

.sitemap a {
	text-decoration: none;
}

.sitemap ol, ul {
	list-style: none;
}


/* ------------------------------------------------------------
	Site Map Styles
------------------------------------------------------------ */

/* --------	Top Level --------- */

#primaryNav {
	margin: 0;
	float: left;
	width: 100%;
}

/* 1階層目(離婚への道　トップ) */
#primaryNav #home {
	display: block;
	float: none;
	background: #ffffff url('http://rikonblog.re-date.net/images/L1-left.png') center bottom no-repeat;
	position: relative;
	z-index: 2;
	padding: 0 0 30px 0;
}
#primaryNav #home a {
	margin: 0 20px 0 0;
	padding: 8px 0;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: black;	
	background: #ccc url('http://rikonblog.re-date.net/images/white-highlight.png') top left repeat-x;
	border: 2px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; 
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */
}
#primaryNav #home a:hover {
	background-color: #eee;
	border-color: #666;
}


/* 2階層目 */
#primaryNav li {
	float: left;
	background: url('http://rikonblog.re-date.net/images/L1-center.png') center top no-repeat;
	padding: 30px 0;
	margin-top: -30px;
}
#primaryNav li a {
	margin: 0 20px 0 0;
	padding: 8px 0;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: black;
	width: 90%;
	background: #c3eafb url('http://rikonblog.re-date.net/images/white-highlight.png') top left repeat-x;
	border: 2px solid #b5d9ea;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; 
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */	
}
#primaryNav li a:hover {
	background-color: #e2f4fd;
	border-color: #97bdcf;
}
#primaryNav li:last-child {
	background: url('http://rikonblog.re-date.net/images/L1-right.png') center top no-repeat;
}
#primaryNav a:link:before,
#primaryNav a:visited:before {

	display: block;
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 5px;
	word-wrap: break-word;
}
#primaryNav li a:link:before,
#primaryNav li a:visited:before {
	color: #78a9c0;
}


/* 3階層目 */
#primaryNav li li {
	width: 100%;
	clear: left;
	margin-top: 0;
	padding: 10px 0 0 0;
	background: url('http://rikonblog.re-date.net/images/vertical-line.png') center bottom repeat-y;
}
#primaryNav li li a {
	font-weight: normal;
	text-align: left;
	font-size: 14px;
	background-color: #cee3ac;
	border-color: #b8da83;
        text-indent: 5px;
	width: 75%;
}
#primaryNav li li a:hover {
	border-color: #94b75f;
	background-color: #e7f1d7;
}
#primaryNav li li:first-child {
	padding-top: 30px;
}
#primaryNav li li:last-child {
	background: url('http://rikonblog.re-date.net/images/vertical-line.png') center bottom repeat-y;
}
#primaryNav li li a:link:before,
#primaryNav li li a:visited:before {
	color: #8faf5c;
}


/* 記事部分 */
#primaryNav li li ul {
	margin: 3px 0 0 0;
	width: 100%;
	float: right;
	padding: 4px 0 0px 0;

}
#primaryNav li li li {
	padding: 5px 0;
}
#primaryNav li li li a {
	background-color: #fff7aa;
	border-color: #e3ca4b;
	font-size: 12px;
	padding: 5px 0;
        margin: 0px 0px 0px 10px;
	width: 85%;
	float: left;
        text-indent: 5px;
}
#primaryNav li li li a:hover {
	background-color: #fffce5;
	border-color: #d1b62c;
}
#primaryNav li li li:first-child {
	padding: 0px 0 5px 0;

}
#primaryNav li li li:last-child {

}
#primaryNav li li li a:link:before,
#primaryNav li li li a:visited:before {
	color: #ccae14;
	font-size: 9px;
}


/* ------------------------------------------------------------
	Utility Navigation
------------------------------------------------------------ */

#utilityNav {
	float: right;
	max-width: 50%;
	margin-right: 5px;
}
#utilityNav li {
	float: left;
	margin-bottom: 5px;
}
#utilityNav li a {
	margin: 0 10px 0 0;
	padding: 3px 5px 3px 5px;
	display: block;	
	border: 2px solid #e3ca4b;
	font-size: 11px;
	text-align: center;
	color: black;
	background: #fff7aa url('http://rikonblog.re-date.net/images/white-highlight.png') top left repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; 
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */	
}
#utilityNav li a:hover {
	background-color: #fffce5;
	border-color: #d1b62c;
}
#utilityNav li a:link:before,
#utilityNav li a:visited:before {
	color: #ccae14;
	font-size: 9px;
	margin-bottom: 3px;
}


/*  m_sitemap  */
.m_sitemap {
	margin :0px 0px 20px 0px;
	width: 100%;
	text-align: center;
        border-bottom: 2px solid #ccc;
	}


/*　アドセンス　*/
#linkunit{
          padding: 0px 0px 0px 0px;
          height: 17px;
          text-align: center;
          background: ;
          border-top: 0px solid #FFFFFF;
          border-right: 1px solid #999;
          border-bottom: 1px solid #999;
          border-left: 1px solid #999;
	  display: block;
}

#linkunit_footer{
          text-align: center;
          border-top: 1px solid #0F3357;
}

#ads_archives{
          text-align: left;
          padding: 0px 0px 0px 30px;
}

#ads_728{
          text-align: center;
          padding: 7px 0px 0px 0px;
}


/* フッターナビゲーション */
#navigation_footer{
	clear: both;
width: auto;
height: 20px;
padding: 0px;
color: #0F3357;
background-color: #E6E6E6;
border: double 1px #0F3357;
	display: block;
}

#navigation_footer ul{
list-style: none;
margin: 0px;
padding: 0px;
font-size: 10.5px;
text-align: center;
font-weight: 900;
}

#navigation_footer li{
border-left: 1px solid #0F3357;
display: inline;
white-space: nowrap;
margin: 0px 2px 0px 0px;
}

#navigation_footer a{
text-decoration: none;
color: #0066CC;
background-color: ;
padding : 0px 0px;
}

#navigation_footer a:hover{
text-decoration: none;
color : #FF6633;
background-color : ;
}


/* フッター-----------------*/
#footerlink a:link, #footerlink a:visited, #footerlink a:active {color: #BBB;text-decoration: none;}

#footerlink a:hover{color : #FF6060;text-decoration: none;}

#footerlink {
	clear: both;
	width: auto;
	height: 30px;
	background: #0F3357;
         list-style:none;
         color: #BBB;
}

#footerlink li {
         display: inline;
	float: right;
         margin: 13px 5px 0px 0px;
	padding: 0;
         border-left: 1px solid #BBB;
	font-size: 70%;
	line-height: 140%;
}


#footerlink2 a:link, #footerlink2 a:visited, #footerlink2 a:active {color: #BBB;text-decoration: none;}

#footerlink2 a:hover{color : #FF6060;text-decoration: none;}

#footerlink2 {
	clear: both;
	width: auto;
	height: 30px;
	background: #0F3357;
         list-style:none;
}

#footerlink2 li {
         display: inline;
	float: right;
         margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
	font-size: 70%;
	line-height: 140%;
}


#footer {
	clear: both;
	width: auto;
	height: 40px;
	background: #0F3357;
	margin: 0;
}

#footer div {
	float: center;
	margin: 0;
	padding: 10px 10px 0 0;
	color: #BBB;
	font-size: 92%;
	line-height: 120%;
	text-align: center;
}

#footer a:link, #footer a:visited, #footer a:active {color: #FFF;text-decoration: none;}

#footer a:hover{color : #FF6060;text-decoration: underline;}

#footer ul {
	margin: 0;
	padding: 0;
	float: left;
}

#footer li {
	list-style: none;
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}

#footer ul li a {
	color: #666;
	text-decoration: none;
}
td {
    width: 350px;
}


#content .sitemap_contents{
} 


/*フッターナビ*/
#f_navi {
	clear: both;
	text-align: right;
	margin: 0px 30px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
}

#f_navi img{margin: 0 5px;border-style: none; vertical-align: middle;}

