@charset "utf-8";

/*==================================================================*/
/*みやざきこころ青Tねっと
/*宮崎県精神保健福祉連絡協議会
/*宮崎県精神保健福祉センター
/*  base3.css
/*  date:2008.01.14
/*==================================================================*/

*,
* * {
    font-size: 100%;
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

html {
	overflow: scroll;
	margin-bottom: 1px;
	height: 100%;
}


body    {
    color        :#333333;
    margin        :0px;
    padding        :0px;
    background    :#FECC50;
    font-family   :"MS UI Gothic", Osaka, "ヒラギノ角ゴ Pro W3";
    line-height:1.3;
    font-size    :78%;
    text-align    :justify;

}

a:link { 
    color:#0000cc;
}

a:visited {
    color:#000066;
}

a:hover {
    color:#ff6600;
}

/***************************************************
        レイアウト
****************************************************/

/* 基本レイアウト
---------------------------------------------------- */
#layout{
margin: 0px auto;
width: 740px;
border:0px;
background-color: #FFFFFF;
}

#wrapper {
    width:740px;
    margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background    :#FFFFFF;
    text-align:left;
    border:0px;
}

#wrapper2 {
	position:relative;
    width:740px;
    margin: 0px auto;
    background    :#42B2C2;
    text-align:left;
    border:0px;
}

/* ヘッダーレイアウト
---------------------------------------------------- */
#header {
    width:740px;
	height:110px;
    background    :#FFFFFF url(../img/header_bg.jpg)  repeat-x;
	position:relative;
	line-height:1.4em;
	margin-bottom:15px;
}


.box_left{
	width:234px;}


.box_right{
	width:190px;
	position:absolute;
	top:10px;
	right:10px;
	text-align:right;
}

.clearit{
    clear:both;
}

/* ヘッダー内テキスト
---------------------------------------------------- */
.header_txt1        {
	padding-left:20px;
	line-height:1.4em;
}

.header_txt2        {
	width:240px;
	position:absolute;
	top:20px;
	left:260px;
}

/* ヘッダーメニュー
---------------------------------------------------- */
 #header_navi        {
    height:20px;
	margin:5px 0 ;
	padding:3px 0 2px 5px;
	border-bottom: solid 2px #42b2c2;
	border-top: solid 2px #42b2c2;

}



#header_navi ul{
   list-style:none;
   margin:2px 0px 0px 0;
   padding:0px;
}

#header_navi li{
    float:left;
    width:auto;
/*    margin:0px 0px 0px 1px;*/
    padding:0px;
    }

#header_navi a{
    clear:both;
    display:block;
    width:auto;
    background:url(../img/icon_heart.gif)  no-repeat;
    padding:0px 0px 4px 14px;
    /*vertical-align:bottom;*/
}

#header_navi span{
    clear:both;
    display:block;
    width:auto;
    background:url(../img/icon_heart.gif)  no-repeat;
    padding:0px 0px 4px 14px;
    vertical-align:bottom;
    color: #ff3366;
}

.jibun {
}
.mawari {
	margin-left: 5px;
}

.kodomo {
	margin-left: 5px;
}
.jyujisha {
	margin-left: 5px;
}
.chiiki {
	margin-left: 5px;}

.iryokikan {
	margin-left: 5px;}

/* ボーダー
---------------------------------------------------- */
.solid  { 
border-bottom-style : solid ;
border-bottom-width : thin ;
border-color : #42B2C2 ;
display:block;
}

.solid2  { 
border-bottom-style : solid ;
border-color : #42B2C2 ;
display:block;
}

.solid3 { 
border-bottom-style : solid ;
border-bottom-width : thick ;
border-color : #42B2C2 ;
display:block;
}

.white_solid  { 
border-bottom-style : solid ;
border-color : #FFF ;
display:block;
}

/* フッターレイアウト
---------------------------------------------------- */
#fotter    {
    margin        :0px 0px 0px 0px;
    padding        :0px 0px 0px 0px;
    width        :740px;
    height:66px;
    clear        :both;
    text-align    :center;
    background    :#FFFFFF url(../img/fotter.gif)  repeat-x;
    vertical-align:bottom;
}

.dashed  {
margin-left: 1em;
padding-left: 0.5em;
border-bottom-style : dashed ;
border-bottom-width : thin ;
border-color : #42B2C2 ;
display:block;
}

#fotter_inner    {
    width        :500px;
    margin:0 auto;
    padding        :5px 0px 10px 0px;
    font        :normal 0.8em/1.5em "verdana";
    text-align    :center;
}

p.footer {
    font-family: "ＭＳ Ｐゴシック",sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo;
    font-size: small; 
    padding: 5px;
}

.kakushi {display:none; height:0px;}

h3 {
border-left:12px solid #42b2c2;
border-bottom:1px solid #42b2c2;
margin:5px 0 10px;
padding:0 0 2px 5px;
font-size:1.2em;
}

#newpost {
	background:url(../img/whatnew_bottom.gif) no-repeat;
	height:91px;
	}

#newpost ul {
	padding:10px 20px;
	height:61px;
    width:356px;
	list-style:none;
	line-height:1.5;
	overflow-y: scroll;
	}

#newpost ul li {
	background:url(../img/ls03.gif) no-repeat left 0.3em;
	padding-left:15px;
	margin-bottom:10px;

}

#npost dt {
    padding-top: 1em;
}

#npost dd {
    padding-left: 2em;
}

#npost ul,ol {
    padding-left: 2em;
}

#npost li {
    padding: 0px;
}

#npost p {
    padding-top: 1em;
}


