@charset "UTF-8";


/*********** 全体設定 ********************/

html, body, div, dl, dt, dd, form, fieldset, input, textarea, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote {
    margin: 0;
    padding: 0;
}

body{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	color:#222222;
	background-color:#f5fafc;
	line-height:20px;
}


h1,h2,h3,h4,h5,h6{
    font-size: 100%;
	color:#00376D;
	line-height:14px;
}

a{/*リンクされた文字*/
    color:#006699;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#006699;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#3399CC;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#ff6600;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}

img{
	border:0;
}


/************* ヘッダー設定 *********************/

#header{
	background-image:url(../images/header_back.jpg);
	background-repeat:no-repeat;
}

#header-inner{
	width:980px;
	margin:0 auto;
}

#top-header{
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	height:70px;
	width:1000px;
}

#top-header-inner{
	width:800px;
	margin:0 auto;
}

#search-area{
	float:right;
	margin-top:25px;
}

/**** IE7 hack ****/
*+html #search-area{
	margin-top:-39px;
}


#search-area{
	float:right;
	margin-top:25px;
}

#main-menu{
	width:960px;
	height:76px;
	margin:0px auto;
	padding-bottom:4px;
}

#main-menu ul{
	list-style:none;
	margin:0;
	padding:0;
}
#main-menu ul li{
	display:inline;
}

/************* コンテンツ設定 *********************/

#container{
	width:1000px;
	margin:0px auto;
}

#container-inner{
	width:980px;
	padding:10px 10px 0 10px;
}

#alpha{
	width:710px;
	margin-left:260px;
}

#beta{
	width:260px;
	float:left;
}

.title{
	background-image:url(../images/title_infomation.jpg);
	background-repeat:no-repeat;
	padding-left:15px;
	width:705px;
	height:40px;
	line-height:40px;
	color:#FFF;
	font-weight:bold;
}

h2{
	background:url(../images/h2.jpg) no-repeat;
	margin:10px -15px;
	padding:11px 0 15px 20px;
}

h3{
	background:url(../images/h3.jpg) no-repeat;
	margin:10px -3px;
	padding:8px 0 8px 14px;
}

h4{
	background:url(../images/h4.jpg) no-repeat;
	margin:10px -5px;
	padding:8px 0 8px 24px;
}

h5{
	background:url(../images/h5.jpg) no-repeat;
	margin:10px 5px;
	padding:8px 0 8px 16px;
}

.return_top{
	padding:3px;
	border:dotted 1px #CCCCCC;
	background-image:url(../images/icon_top.jpg);
	background-repeat:no-repeat;
	background-position:5px;
	padding-left:20px;
	float:right;
	margin-left:10px;
}

.return_index{
	padding:3px;
	border:dotted 1px #CCCCCC;
	background-image:url(../images/icon_index.jpg);
	background-repeat:no-repeat;
	background-position:5px;
	padding-left:20px;
	float:right;
}

/************* フッター設定 *****************/

#footer{
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	height:45px;
	clear:both;
	margin-top:30px;
}

#footer .copy{
	width:1000px;
	text-align:right;
	font-size:12px;
	padding-right:10px;
	line-height:45px;
	margin:0 auto;
}


/************* サイドメニュー *****************/

#sidemenu{
	background-image:url(../images/leftbox_back.jpg);
	background-repeat:repeat-y;
	width:260px;
}

#sidemenu-inner{
	background-image:url(../images/leftbox_front.jpg);
	background-repeat:no-repeat;
	padding:20px 20px 0 20px;
}

#sidemenu-inner img{
	display:block;
}

#sidemenu-inner .even{
	margin:10px 0;
}


/****************** メインコンテンツ  *******************/

#alpha-inner{
	width:705px;
	margin-left:5px;
	margin-top:5px;
}

#article-area{
	background-image:url(../images/infomation_back.jpg);
	background-repeat:repeat-y;
	padding:10px 25px;
/*	height:320px;*/
}


/*****************　インフォメーション  ***********/

#info-list{
	list-style:none;
	margin:0;
	padding:0;
}

#info-list li{
	background-image:url(../images/arrow.jpg);
	background-repeat:no-repeat;
	height:30px;
	line-height:30px;
	padding-left:25px;
	border-bottom:1px dashed #CCC;
}

#info-list .noline{
	border-bottom:0;
}


/****************** アルバムブログ用設定  ************************/

.photo_box {
    float: left;
    margin: 5px;
    width: 150px;
}


.photo {
    height: 120px;
    overflow: hidden;
}


.photo_box p {
    margin-top: 5px;
}



















