﻿@charset "UTF-8";

/* すべて */
* {
    margin: 0;
    padding: 0;
    /*font-family: Verdana, Arial, sans-serif;*/
	font-weight: normal;
}
body,td,th,h1,h2,h3,h4,h5,h6 {
	font-size: 14px;
}
b {
	font-weight: bold;
}
body {
	color: #333333;
	line-height: 1.6em;
	letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background :#DDF5FF url(images/bg.jpg) left top repeat-x;
}

/*
 	clearfix [
----------------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
 /* IE6 */
* html .clearfix { zoom: 1;}
 /* IE7 */
*:first-child+html .clearfix { zoom: 1;}

/* リンク: Googleカラー */
a,
a:link {
    color: #0000cc;
    text-decoration: underline;
}
a:visited {
    color: #551a8b;
    text-decoration: underline;
}
a:hover {
    color: #ff0000;
    text-decoration: underline;
}
a:active {
}
a img {
	border: none;
}
a.none {
    text-decoration: none;
}

ul, ol {
    padding-left: 16px;
}
ul li {
    list-style-type: circle;
}

/*
	全体
----------------------------------------------------------- */
#container {
    width: 950px;
	margin: 0 auto;
    padding: 0 0 0 0;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    text-align: left;
    background-color: #ffffff;
}
address {
	width: 480px;
	margin: 0 auto 0 auto;
    font-size: 12px;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    padding-top: 10px;
}

/*
	ヘッダー（ロゴなど）
----------------------------------------------------------- */
#header {
    padding: 0px 0 0 15px;
    border-bottom: 1px solid #666666;
    background: #0099FF url(images/title_ainori2.jpg) left bottom repeat-x;
    min-height: 118px;
    text-align: left;
}
#header .logo {
	/*float: left;*/
    color: #ffffff;
}
#header .title {
    font-size: 18px;
    padding-top: 5px;
}
#header .title a {
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
}

/*
	上段（パンくず、その他）
----------------------------------------------------------- */
#sectionTop {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    border-bottom: 1px solid #666666;
    height: 17px;
	overflow: hidden;
}
#sectionTop .path {
    float: left;
}
#sectionTop .social {
    float: right;
    text-align: right;
    margin-right: 10px;
}
#sectionTop .social span {
	padding-right: 7px;
}

/*
	上段（パンくず、その他）新レイアウト
----------------------------------------------------------- */
#sectionTop2 {
    border-bottom: 1px solid #666666;
}

/*
	セクション
----------------------------------------------------------- */
#section {
    background: #FFFFFF;
}
#sectionMain {
    float: right;
    width: 568px;
    margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #FFFFFF;
}
#sectionLeft {
    float: left;
    width: 190px;
    border-right: 1px solid #666666;
	background: #FFFFFF;
}
#sectionLeft #links-left {
    padding: 10px 10px 50px 10px;
}
#sectionRight {
    float: right;
    width: 190px;
    border-left: 1px solid #666666;
}
#sectionRight #links-right {
    padding: 10px 10px 50px 10px;
}

/*
	あいのり本
----------------------------------------------------------- */
#articleBook {
    padding: 15px 10px 30px 10px;
    font-size: small;
    background: none;
}

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.entry-title {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
}
.entry-title-text {
    font-weight: normal;
    border-left: solid 8px #32CD32;
    text-indent: 5px;
}
.entry-list {
    width: auto;
    margin: 5px 5px 5px 5px;
    background: #ffffff;
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}
.entry-list p {
	margin: 5px 0 10px 0;
}

/* サイドメニュータイトル */
.sidetitle {
    padding: 1px;
    border: 1px solid #C0C0C0;
    border-left: solid 5px #1E90FF;
    border-right: solid 5px #1E90FF;
    text-align: center;
    background: white;
    font-size: 12px;
    line-height: 140%;
}
.sidetitle-text {
    font-weight: normal;
    margin: 1px;
    padding: 2px;
    border: 1px solid #DCDCDC;
    background: #F8F8FF;
    font-size: 12px;
}

/* サイドメニュー */
.side {
    margin: 0 0 20px;
    background: none;
    font-size: 12px;
    line-height: 150%;
}
.side p {
	padding: 5px 0 10px 0;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

/* サイドメニュー(タグクラウド用) */
ul#tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#tags .module-list-item {
    display: inline;
}
ul#tags li.taglevel1 {
    font-size: 13px;
font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 13px;
}
ul#tags li.taglevel3 {
    font-size: 12px;
}
ul#tags li.taglevel4 {
    font-size: 11px;
}
ul#tags li.taglevel5 {
    font-size: 10px;
}
ul#tags li.taglevel6 {
    font-size: 9px;
}

.powered {
    margin-bottom: 10px;
    text-align: center;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}
.powered a {
    color: #666666;
    text-decoration: none;
}
.powered img {
    margin-bottom: 3px;
}

.clear {
    clear: both;
}


.WEBIMAGE {
    margin: 0px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
    border-color: #c0c0c0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    width: 117px
}

.box_image1 a {
    margin: 0px;
    padding: 10px 0px 10px 0px;
    text-decoration: none;
    display: block;
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
}

.box_image1 :hover {
    text-decoration: none;
    border-color: #aaaaff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    background-image:url(images/mouse_up1.gif);
    background-position:left bottom;
    background-repeat:repeat-x;
}

.box_image1 img :hover {
}

.box_message {
    padding: 10px 10px 10px 10px;
    border-color: #666666;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    background: #ffffff;
}

.box_message p {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: bold;
    text-align: center;
}

form.sample textarea {
    margin: 0 0 30px 0;
    font-size: 12px;
}

/*
	アコーディオン
----------------------------------------------------------- */
#accordion dt {
	text-align: right;
	text-decoration: underline;
}
#accordion dd {
	margin: 0;
	padding: 0;
}

/*
	広告
----------------------------------------------------------- */
#adHead {
	text-align: center;
	margin: 10px 0 10px 0;
	height: 90px;
	overflow: hidden;
}
#adMiddle {
	position: relative;
	text-align: center;
	margin: 0 auto 10px auto;
	width: 336px;
}
#adMiddle.smart {
	padding-top: 13px;
}
#adMiddle .tag {
	position: absolute;
	margin: -13px 0 0 18px;
	padding: 1px 3px 0 3px;
	background: #333333;
	color: #FFFFFF;
	height: 12px;
	line-height: 12px;
	font-size: 10px;
}
#adBottom {
	text-align: center;
	margin: 15px 0 15px 0;
}
#adRight {
	text-align: center;
	margin: 0 0 0 0;
}

/*
	新着ニュースＰＣサイト用
----------------------------------------------------------- */
/*
.hp {
	margin: 0 0 30px 0;
}
.hp p {
	margin: 0;
	padding: 0;
}
.hp .item {
	margin: 0 0 0 0;
	padding: 5px 0 0 5px;
	background: url(images-common/dott-cccccc.gif) top repeat-x;
}
.hp .item .date {
	float: left;
	margin: 0 15px 1px 0;
	font-size: 12px;
	width: 110px;
	text-align: right;
}
.hp .item .name {
	float: left;
	margin: 0 15px 1px 0;
	font-size: 12px;
}
.hp .item .entry {
	float: left;
	margin: 0 0 1px 0;
	font-size: 12px;
}
.hp .biggerlink:hover {
	background-color: #FCFCFC;
    cursor: pointer;
}
*/

/*
	新着ニュース
----------------------------------------------------------- */
#articleNews {
    padding: 10px 10px 30px 10px;
    font-size: small;
    background: none;
}
#articleNews .entry-list .summary {
	letter-spacing: 0;
	margin: 0 0 3px 7px;
}
#articleNews .accordion {
	margin: 0 0 5px 0;
	overflow: hidden;
	height: 300px;
	background: url(images-common/dott-cccccc.gif) bottom repeat-x;
}
#articleNews .accordion-open {
	text-align: center;
	padding: 5px 0 0 0;
}
#articleNews .accordion-open .arrow {
	font-size: 9px;
	line-height: 9px;
}
#articleNews .accordion-open .link {
	margin: 0 0 10px 0;
}
#articleNews .accordion-open a {
	margin: 0 0 0 0;
}
#articleNews .news {
	margin: 0 0 5px 0;
}
#articleNews .news p {
	margin: 0;
	padding: 0;
}
#articleNews .news .item {
	background: url(images-common/dott-cccccc.gif) top repeat-x;
	padding: 7px 0 0 0;
	height: 23px
}
#articleNews .hp .biggerlink,
#articleNews .news .item .biggerlink {
}
#articleNews .news .biggerlink:hover,
#articleNews .news .item .biggerlink:hover {
	background: #FCFCFC;
    cursor: pointer;
}
#articleNews .news .item .date {
	float: left;
	margin: 0 15px 1px 0;
	font-size: 12px;
	width: 120px;
	text-align: right;
}
#articleNews .news .item .name {
	float: left;
	margin: 0 15px 1px 0;
	font-size: 12px;
}
#articleNews .news .item .entry {
	float: left;
	margin: 0 0 1px 0;
	font-size: 12px;
}
#articleNews .news dt {
	margin: 0 0 0 0;
	padding: 5px 0 0 5px;
	background: url(images/dott-cccccc.gif) top repeat-x;
}

/*
	メンバー一覧
----------------------------------------------------------- */
#articleMember {
}
#articleMember dl {
	margin: 0 0 15px 0;
}
#articleMember dt {
	float: left;
	clear: both;
	width: 30px;
	padding: 0 0 5px 0;
}
#articleMember dd {
	float: left;
	width: 135px;
	padding: 0 0 5px 0;
}

/*
	ナビ
----------------------------------------------------------- */
#nav {
	text-align: left;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
}
#nav li {
	float: left;
	list-style: none;
}
#nav a {
	display: block;
	width: 140px;
	padding: 3px 0;
	margin: 0 5px 2px 0;
	text-align: center;
	color: dodgerBlue;
	border: #FFFFFF 1px solid;
	background: #FFFFFF;
	-webkit-border-top-left-radius: 2px;  
	-webkit-border-top-right-radius: 2px;  
	-moz-border-radius-topleft: 2px;  
	-moz-border-radius-topright: 2px;  
	border-radius: 2px;
}
#nav a.on {
	color: #FFFFFF;
	border: dodgerBlue 1px solid;
	background: dodgerBlue;
	text-decoration: none;
	-webkit-border-top-left-radius: 2px;  
	-webkit-border-top-right-radius: 2px;  
	-moz-border-radius-topleft: 2px;  
	-moz-border-radius-topright: 2px;  
	border-radius: 2px;
}
#nav a:hover {
	color: #FFFFFF;
	border: dodgerBlue 1px solid;
	background: dodgerBlue;
	text-decoration: underline;
	-webkit-border-top-left-radius: 2px;  
	-webkit-border-top-right-radius: 2px;  
	-moz-border-radius-topleft: 2px;  
	-moz-border-radius-topright: 2px;  
	border-radius: 2px;
}

/*
	ソーシャルボタン
----------------------------------------------------------- */
#articleSocial {
	text-align: center;
	margin: 0 0 15px 0;
}
#articleSocial span {
	margin: 0 5px;
}
#articleSocial .circle {
	margin: 0 0 15px 0;
}
#articleSocial img {
	margin: 0 10px 0 0;
}
