#content .headline{
border:1px solid #778899;
margin-bottom:10px;
margin-left:5px;
}

#content .headline h2.headlineh2{
background-color:#778899;
color:#FFFFFF;
font-size:16px;
text-indent:10px;
padding-top:2px;
}

#content .headline h2.headlineh2 span{
font-size:12px;
}


#content .headline ul{
margin:0;
padding:5px 10px 0px 20px;
font-size:10px;
}

#content .headline ul li{
margin:0;
}

#content .headline p{
text-align:right;
font-size:10px;
padding-right:10px;
}



* {
	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;
}

/*-----(共通）-----*/
#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;
	}


/*  cotent記事枠等の属性  */
#content {
	float: left;
	width: 520px;
	margin: 9px 0px 0px 0px;
	background: #FFF;

}

#content .kiji_ttl h2 {
	margin:0px 0px 20px 5px;
	border-left: 6px solid #476685;
         border-bottom: dashed 1px #476685;
	color: #0F3357;
	font-weight: bold;
	font-size: 110%;
	line-height: 150%;
	display: block;
	text-align: left;
	text-indent: 5px;
}
			
#content .kiji_ttl h2 a {
	text-decoration: none;
	color: #0F3357;
}
					
#content .kiji_ttl h2 a:hover {
	color: #FF0000;
}


#content .kiji_ttl h3 {
         margin: 8px 0 0 10px;
	padding: 0 0 2px 7px;
	border-left: 5px solid #99CCFF;
	border-bottom: 1px dotted #99CCFF;
	color: #444;
	font-weight: bold;
	font-size: 103%;
	line-height: 100%;
	display: block;
	text-align: left;
}

#content .date{
	text-align: right;
	font-size: 10px;
	color: black;
	margin: -20px 25px -10px 0px;
}

#content .posted {
	text-align: right;
	font-size: 10px;
	margin: -19px 20px 15px 0;
}

#content .doc{
	margin: 0px 0px 25px 10px;
	text-align: left;
	line-height: 160%;
}

#content .doc p{
	padding: 5px 0px 0px 5px;
}

#content .moraharap{
          text-align: right;
          font-size: 9.5px;
          margin: -9px 25px -9px 0px;
}

#content .prev_next{
	margin:0 ;
}

#content .prev_next p.blog_prev{
	font-size: 12px;
	color: black;
         text-align:left;
         font-weight: bold;
	background: url("http://rikonblog.re-date.net/img/arrow_prev.gif") no-repeat;
	text-indent: 15px;
         line-height:15px;
}

#content .prev_next p.blog_next{
	font-size: 12px;
	color: black;
         text-align:left;
         font-weight: bold;
	background: url("http://rikonblog.re-date.net/img/arrow_next.gif") no-repeat;
	text-indent: 15px;
         line-height:15px;
}

#content .prev_next p.blog_top{
	font-size: 12px;
	color: black;
         text-align:right;
         font-weight: bold;
         line-height:15px;
}

#content .prev_next p.blog_top img{
         margin: 0px 0px;
         border-style: none;
         vertical-align: ;
         middle: ;
}

#content .date_cat{
	margin:0 ;
         text-align:right;
}


#content .midashi{
	margin: 0px 0px 0px 0px;
         padding: 0px 0px 0px 0px;
         border-bottom: solid 1px #BBB;
}


#content .midashi h2{
	margin:5px 0px 5px 0px;
	border-left: 6px solid #476685;
         border-bottom: dashed 1px #476685;
	color: #0F3357;
	font-weight: bold;
	font-size: 110%;
	line-height: 150%;
	display: block;
	text-align: left;
	text-indent: 5px;
}
			
#content .midashi h2 a {
	text-decoration: none;
	color: #0F3357;
}
					
#content .midashi h2 a:hover {
	color: #FF0000;
}

#content .midashi p{
	font-size: 12px;
	text-align: left;
         padding:0;
         margin: 0px 0px 5px 15px;
         line-height: 15px;
}



/* カテゴリページ */
#midashi_cat{
	margin: 0px 0px 15px 0px;
         padding: 0px 0px 0px 0px;
}

#midashi_cat .midashi_cat{
        text-indent: 10px;
	width: 98%;
	color: black;
	font-size: 17px;
	text-align: left;
        padding:10px 0px 5px 0px;
	display: block;
	background-color: #cee3ac;
	border: 2px solid #b8da83;
	-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+ */
}
		
#midashi_cat .midashi_cat p{
	font-size: 12px;
	text-align: left;
         padding:5px 0px 5px 10px;
         margin: 0px 0px 0px 0px;
}


/* モラハラページ */
#midashi_mora{
	margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}

#midashi_mora a{
        text-indent: 10px;
	width: 99%;
	color: black;
	font-size: 18px;
	text-align: left;
        padding:8px 0px 8px 0px;
	display: block;
	background: #c3eafb;
	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+ */
}

#midashi_mora a:hover {
	display: block;
	background-color: #e2f4fd;
	border-color: #97bdcf;
        text-decoration: none;
}

#midashi_mora .midashi_mora{
        margin: 0px 0px 10px 0px;
        padding: 8px 0px 5px 0px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

#midashi_mora .midashi_mora p{
	font-size: 12px;
	text-align: left;
        padding:2px 15px 2px 15px;
        margin: 0px 0px 0px 0px;
}

#midashi_mora .midashi_mora p.p_ttl{
        font-size: 13px;
}

#list_mora h3{
	width: 80%;
	background-color: #cee3ac;
	border: 2px solid;
	border-color: #b8da83;
	-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+ */
}

#list_mora h3 a{
	color: black;
	font-size: 14px;
	text-align: left;
        padding:5px 0px 5px 8px;
	display: block;
}

#list_mora h3 a:hover {
	border-color: #94b75f;
	background-color: #e7f1d7;
        text-decoration: none;
	-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+ */
}

#list_mora h4{
	width: 80%;
	background-color: #fff7aa;
}

#list_mora h4 a{
	border: 2px solid;
	border-color: #e3ca4b;
	display: block;
	color: black;
	font-size: 13px;
	text-align: left;
        padding:3px 0px 3px 8px;
	-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+ */
}

#list_mora h4 a:hover {
	border: 2px solid;
	background-color: #fffce5;
	border-color: #d1b62c;
        text-decoration: none;
	-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+ */
}

#list_mora ul{
	margin: 0px 0px 3px 50px;
}

#list_mora li{
	margin: 3px 0;
	font-size: 100%;
	color; #666;
        position:relative;
        width:100%; 
}



/* メッセージフォーム */
#alpha-inner{
        margin: 0px 0px 0px 0px;
}

#alpha-inner h2{
        margin: 0px 0px 8px 0px;
}

#alpha-inner p{
        margin: 0px 0px 0px 10px;
}



/*　詳細へ　*/
.next {
	margin : 5px 0px 0px 3px;
}

.next a{
	float: left;
	width: 80px;
	height:20px;
	display: block;
	background: url("http://rikonblog.re-date.net/img/more01.gif") no-repeat;
	text-decoration: none;
	text-align: center;
	color: #666;
	clear: both;
}

.next a:hover{
	width: 80px;
	height:20px;
	display: block;
	background: url("http://rikonblog.re-date.net/img/more02.gif") no-repeat;
	color: #FF0000;
}

/*  記事一覧  */
#content ol{
	margin: 0px 0px 3px 50px;
}

#content ul{
	margin: 0px 0px 3px 50px;
}

#content li{
	margin: 3px 0;
	font-size: 100%;
	color; #666;
}

#content .cform{
	margin: 0;
}

/*　アドス　*/
#content .ads{
	margin: 10px;
	text-align: left;
}

#linkunit{
          padding: 0px 0px 0px 0px;
          height: 17px;
          text-align: center;
          font-size:11px;
          border-top: 0px solid #FFFFFF;
          border-right: 1px solid #999;
          border-bottom: 1px solid #999;
          border-left: 1px solid #999;
          text-decoration: none;
}

#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;
}


/*----- trackbacks & Comments-----*/
#comments{
margin: -15px 0px 0px 0px;
}

.comments-content,
.trackbacks{
	margin: 0;
}

.comments-header,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer{
	margin-bottom: 0.5em;
}

#comments h3 {
         margin: 6px 0px 20px 0px;
	padding: 0px 0px 2px 7px;
	border-left: 5px solid #99CCFF;
	border-bottom: 1px dotted #99CCFF;
	color: #444;
	font-weight: bold;
	font-size: 103%;
	line-height: 120%;
	display: block;
	text-align: left;
}

#comments .comments-open-content{
	margin: 5px 0px 10px 15px;
}


#comments .comment-header{
margin:-20px 0px 0px 0px;
}

#comments .comment-content{
margin:0px 0px 0px 0px;
}

#comments .comment-footer{
margin:-10px 0px 0px 0px;
}


.comments,
.trackbacks{
    overflow: hidden;
    width: 100%;
}

#comment-author, #comment-email, #comment-url, {
    width: 350px;
}

#comment-text {
    width: 350px;
    height: 120px;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}



/* ページ分割 */
.content-nav {
text-align:center;
margin:0 0 10px 0;
}

.content-nav ul li {
list-style-type : none;
font-size:100%;
display:inline;
margin:0;
padding:0px 2px 0px 2px;
}
   
.content-nav ul li a {
text-decoration:none;
border:2px solid #d0d0d0;
padding:2px 8px;
color:#0F3357;
}

.content-nav ul li a:hover {
color:#0F3357;
border:2px solid #778899;
}

.content-nav ul li a:visited {
color:#0F3357;
}

.content-nav ul span.current_page {
padding:4px 9px;
color:#0F3357;
font-weight:bold;
font-size:110%;
background-color:#eeeeee;
}


/*  サイドバー  */
#sidebar a:link, #sidebar a:visited, #sidebar a:active {color: #FFF;text-decoration: none;}

#sidebar {
	float: right;
	width: 250px;
	margin: 0;
	background: #FFF;
	overflow-x: hidden;
}

#sidebar h2{
	margin: 9px 0 0 0;
	border: 1px solid #555;
	background: #0F3357;
	font-weight: bold;
	font-size: 105%;
	line-height: 170%;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
}

#sidebar .search a:link, #sidebar .search a:visited, #sidebar .search a:active {color: #3366CC;text-decoration: none;}

#sidebar .search{	
	margin: 0;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

/*　検索窓　*/
#sidebar .search div {
	padding: 10px;
	text-align: left;
}

/* カテゴリ指定 */
#sidebar .cat{
	margin: 0;
}

#sidebar .cat h2{
	margin: 5px 0 0 0;
	border: 1px solid #555;
	background: #0F3357;
	font-weight: bold;
	font-size: 105%;
	line-height: 170%;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
}


/* 仮サイドバーCSS */
#side_rikonblog{
	margin: 0;
}

#side_rikonblog h2{
	margin: 5px 0 0 0;
	border: 1px solid #555;
	background: #0F3357;
	font-weight: bold;
	font-size: 105%;
	line-height: 170%;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
}

h2.side_rikonblog{
	margin: 5px 0 0 0;
	border: 1px solid #555;
	background: #0F3357;
	font-weight: bold;
	font-size: 105%;
	line-height: 170%;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
}

/* 仮サイドバーCSS終わり */

#sidebar ul.menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul.menu li{
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

#sidebar ul.menu li.tc1 a {
	display: block;
	margin: 0;
	padding: 5px 0px 5px 20px;
	background: #f5f5f5 url("http://rikonblog.re-date.net/img/menu01.gif") no-repeat;
	color: #666;
	font-size: 95%;
	text-decoration: none;
	text-align: left;
}

#sidebar ul.menu li.tc1 a:hover {
	background: #FFF url("http://rikonblog.re-date.net/img/menu02.gif") no-repeat;
	color: #333;
}


#sidebar ul.menu li a {
	display: block;
	margin: 0;
	padding: 5px 0px 5px 30px;
	background: #f5f5f5 url("http://rikonblog.re-date.net/img/menu03.gif") no-repeat;
	color: #6600FF;
	font-size: 100%;
	text-decoration: none;
	text-align: left;
}

#sidebar ul.menu li a:hover {
	background: #FFF url("http://rikonblog.re-date.net/img/menu04.gif") no-repeat;
	color: #333;
}

#sidebar ul.menu li a:hover .des {
	background: #FFF;
}

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

#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 : ;
}


/*フッターナビ*/
#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;}


/* フッター-----------------*/
#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;
}


/*  フォームメール用  */
.comments-head{
	margin: 10px 10px 10px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #4A4A97;
	}

.comment-content{
	margin: 10px 0px 10px 10px;
	font-size: 12px;
	color: #666;
	line-height: 155%;
	}

.comment-view{
	margin: 0px 0px 10px 10px;
	font-size: 12px;
	color:  #3399CC;
	line-height: 155%;
	}

.powered {
	margin: 10px 0;
	text-align: left;
}


/* サイトマップcotent2　*/
#content2 {
	width: 770px;	
	margin: 9px 0;
	background: #FFF;
	overflow-x: hidden;
}

#content2_left {
	float: left;
	width: 330px;	
	margin: 3px 0px 0px 23px;
	background: #FFF;
	overflow-x: hidden;
}

#content2_right {
	float: right;
	width: 350px;	
	margin: 3px 15px 0px 0px ;
	background: #FFF;
	overflow-x: hidden;
}



#content2 h2 {
	margin:5px 0px 15px 0px;
	border-left: 6px solid #476685;
         border-bottom: dashed 1px #476685;
	color: #0F3357;
	font-weight: bold;
	font-size: 90%;
	line-height: 150%;
	display: block;
	text-align: left;
	text-indent: 5px;
}
			
#content2 h2 a {
	text-decoration: none;
	color: #0F3357;
}
					
#content2 h2 a:hover {
	color: #FF0000;
}

#content2 h3 {
         margin: 8px 0 0 5px;
	padding: 0 0 2px 7px;
	border-left: 5px solid #99CCFF;
	border-bottom: 1px dotted #99CCFF;
	color: #444;
	font-weight: bold;
	font-size: 90%;
	line-height: 100%;
	display: block;
	text-align: left;
}

#content2 .date{
	text-align: right;
	font-size: 8px;
	color: black;
	margin: -20px 25px -10px 0px;
}

#content2 .posted {
	text-align: right;
	font-size: 8px;
	margin: -19px 20px 20px 0;
}

#content2 .doc{
	margin: 0px 0px 25px 10px;
	text-align: left;
	line-height: 160%;
}

#content2 .doc p{
	padding: 5px 0px 3px 5px;
}

#content2 .kijilink{
	font-size: 10px;
	color: black;
         text-align:center;
}

#content2 .midashi{
	margin: 0px 0px 15px 0px;
         padding: 5px 0px 0px 0px;
	border-top: solid 1px #BBB;
         border-bottom: solid 1px #BBB;
	color: black;
	font-weight: 900;
	font-size: 180%;
	line-height: 150%;
	display: block;
	text-align: center;
	text-indent: 5px;
}

#content2 .midashi p{
	color: black;
	font-weight: 400;
	font-size: 55%;
	text-align: center;
         padding:0 0 5px 0;
         line-height: 15px;
}

#content2 ol{
	margin: 0px 0px 3px 30px;
	font-size: 85%;
}

#content2 ul{
	margin: 0px 0px 3px 30px;
	font-size: 85%;
}

#content2 li{
	margin: 3px 0;
	font-size: 85%;
	color; #666;
}

#content2 .cform{
	margin: 0;
}

td {
    width: 350px;
}


#content .sitemap_contents{
}


#id_sidesite{
width:250px;
margin:0;
clear:both;
background-color:#FFFAFA;
}

#id_sidesite a:link,
#id_sidesite a:visited,
#id_sidesite a:active{
color:#0044CC;
}

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


.c_sidesite{
width:250px;
height:60px;
margin:0px 0px 0px 0px;
padding:5px 0px 8px 0px;
border-bottom:1px solid #CCC;
clear:both;
}

.c_sidesite p{
float:left;
width:80px;
margin:0px 0px 0px 3px;
_margin:0px 0px 0px 1px;
}

.c_sidesite p img{
border:1px solid #8fbc8f;
}

.c_sidesite dl{
float:right;
width:160px;
_width:155px;
margin:0px 0px 0px 0px;
color:#606060;
}

.c_sidesite dt{
font-size:12px;
font-weight:bold;
margin:0;
padding:0px 0px 0px 0px;
}

.c_sidesite dd{
font-size:11px;
line-height:11px;
margin:0px 1px 0px 0px;
padding:0px 0px 0px 0px;
}
