@charset "utf-8";

/*
----------------------------------------------------------------------------- 
CSS blue 
-----------------------------------------------------------------------------*/

/*
----------------------------------------------------------------------------- 
 1: GLOBAL RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,table,th,td {
	margin: 0;
	padding: 0;
}
fieldset,img,abbr {
	border: 0;
}
address,caption,cite,code,dfn,h1,h2,h3,h4,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
/*clearfix-------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}


/*----------------------------------------------------------------------------- 
 2: CONTENTS
-----------------------------------------------------------------------------*/

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(../img/body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 0.8em;
	color: #1C0037;
	background-color: #FFFFFF;	/*background-color: #F2EEF7;*/
}
div#container {
	width: 950px;
	margin:0 auto;

}

/* body--------------------------------------------------------*/
div#header {
	width: 950px;
	height: 73px;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

* html div#header {
	width: 950px;
	height: 73px;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	zoom:1;
	
}

div#header h1{
	text-align:left;
	font-size: 0.8em;
	color: #330066;
	padding-top: 5px;
	padding-left: 5px;
	height: 17px;
}



/* -----------------------TOP---------------------------*/

#top-navi {
	height: 35px;
	width: 950px;
	background-image: url(../img/navi-body.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 15px;
}
#top-navi li{
	list-style-type: none;float: left;
}
#top-navi li a {
	list-style-type: none;
	background-image: url(../img/ya1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
	text-align: center;
	float: left;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 25px;
	color: #330099;
}
#top-navi li a:hover {
	list-style-type: none;
	background-image: url(../img/ya2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFCC00;
	text-decoration: none;
}

/* -------ぱんくず----------*/
#pankuzu {
	/*　padding-top: 5px;*/
	padding-left: 5px;
	background-color: #FFFFFF;
	font-size: 10px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	color: #666666;
	line-height: 16px;
}
#pankuzu img {
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: absmiddle;    
}

#pankuzu a {
	color: #FF6600;
	text-decoration: none;
}


/* ---------メインコンテンツ-----------*/
#main-left{
	float: left;
	width: 700px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
}
#main-left2{
	float: left;
	width: 700px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
}
#main-rigth{
	float: right;
	width: 230px;
	margin-top: 20px;
	margin-bottom: 15px;
}
#main {
	width: 948px;
	background-color: #FFFFFF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
/* ---------記事-----------*/
.kijibox{
	line-height: 16px;
	background-image: url(../img/kiji-b.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 640px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.kijibox img{
	background-color: #E6E6E6;
	vertical-align: top;
	padding: 5px;
	float: left;
	margin-right: 25px;
	margin-bottom:25px;
	border: 1px solid #CCCCCC;
}
.kijibox-t{
	background-image: url(../img/kiji-a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 600px;
	padding-top: 40px;
	padding-left: 54px;
	padding-right: 46px;
}
.kijibox-t h3{
	font-weight: bold;
	color: #660033;
	float: left;
	font-size: 11pt;
}
.kijiboxend{
	color: #999999;
	background-image: url(../img/kiji-c.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 28px;
	width: 640px;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 0.9em;
}
/* ---------ナビ-----------*/
.prof,
.r-conts{
	background-color: #FFCED8;
	width: 200px;
	font-size: 0.8em;
	line-height: 16px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.r-conts{background-image: url(../img/navi1end.gif);
	background-repeat: no-repeat;
	background-position: bottom;}
.prof img {
	vertical-align: top;
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
/* -----------------------フッター--------------------------*/

#footer {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	line-height: 20px;
	color: #333333;
	font-size: 11px;
	bottom: 0px;
	width: 950px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
}
#footer p a {
	color: #0B6FE8;
	text-decoration: none;
}

#footer li a {
	color: #666666;
	text-decoration: none;
}

#footer li a:hover,
#footer p a:hover{
	color: #16A9CD;
	text-decoration: underline;
}
	
#footer ul {
	list-style-type: none;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 220px;
}
#footer li {
	float: left;
	padding-left: 10px;
}

/*フッター固定-------------
* {
    margin: 0;
    padding: 0;
}

html,body {
    height: 100%;
    margin: 0px auto;
}
div#container {
    position: relative;
    margin: 0px auto;
    height: 100%;
    min-height: 100%;
    text-align: left;
}

body > #container {
    height: auto;
}

#footer {
    position: absolute;
    bottom: 0px;
}*/

/* box ------------------*/

.box1 {
	border: 1px solid #000000;
}
.kiji-box1{
	width: 165px;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	float: left;
	padding-right: 3px;
}
.kiji-box1b{
	width: 165px;
	margin-top: 5px;
	margin-bottom: 15px;
	clear: right;
	float: left;
}
.kiji-box2{
	width: 330px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 5px;
	height: 85px;font-size: 0.8em;
}
.kiji-box1 img,
.kiji-box1b img{
	padding-bottom: 10px;
	margin-right: 6px;
}
.kiji-box2 img{
	vertical-align: top;
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
.kiji-box1 dd,
.kiji-box1 p,
.kiji-box1b p{
	display:block;
	line-height: 15px;
	width: 160px;
	margin-top: 5px;
	font-size: 0.8em;
}
.box-350 {
	width: 350px;
	float: left;
	line-height: 16px;
}
.box-p{
	line-height: 16px;
	padding: 5px;
	background-color: #F9B7C6;
	margin-bottom: 5px;
	color: #813F54;
}
.box-p img {
	vertical-align: top;
	float: left;
	padding-right: 10px;
	padding-bottom: 3px;
}
/* FONT装飾 ------------------*/
#m-title1,
#m-title2,
#m-title3,
#m-title4{
	font-size: 0.9em;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 800px;
	padding-top: 10px;
	padding-left: 100px;
	color: #660033;
	padding-right: 50px;
}
#m-title1{background-image: url(../img/cv1.gif);}
#m-title2{background-image: url(../img/cv2.gif);}
#m-title3{background-image: url(../img/cv3.gif);}
#m-title4{background-image: url(../img/cv4.gif);}
.md{
	background-image: url(../img/ya3.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 5px;
}

#new1{
	color: #FF6699;
	background-image: url(../img/t-bk.gif);
	height: 20px;
	width: 615px;
	padding-top: 10px;
	padding-left: 70px;
	padding-right: 15px;
}
#new1 h2{	font-size: 0.9em;
	float: left;
	clear: right;
}
.neko,
.cafe,
.cute,
.gurume{
	color: #310018;
	height: 24px;
	width: 272px;
	padding-left: 70px;
	background-repeat: no-repeat;
	font-size: 10pt;
	background-position: left top;
	padding-top: 8px;
}
.neko{background-image: url(../img/t-bk2.gif);}
.cafe{background-image: url(../img/t-bk3.gif);}
.cute{background-image: url(../img/t-bk4.gif);}
.gurume{background-image: url(../img/t-bk5.gif);}
.date1{
	font-size: 11px;
	color: #FF6699;
	float: right;
}

.gb{
	font-weight: bold;
	color: #666666;
	letter-spacing: 1px;
}
.dd{
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}
.pp{
	line-height: 16px;
	margin-bottom: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF77BB;
	padding-left: 10px;
	color: #FF379B;
}
.pbig{
	font-size: 13px;
	font-weight: bold;
	color: #CC3366;
}	
/* リンク ------------------*/	
.md2{
	font-size: 1em;
	}
.md a,
.md2 a{
	color: #663333;
	text-decoration: none;
}
.md a:hover,
.md2 a:hover{
	color: #FF6699;
	text-decoration: none;
}
.mdb{
	font-weight: bold;
	}
.mdb a{
	color: #CC0066;
	text-decoration: none;
}
.mdb a:hover{
	color: #FF6699;
	text-decoration: none;
}
/* ----rロールオーバー-----------*/
.rooll a,
.rooll2 a,
.rooll3 a{
	display:block;
	width:147px;
	color:#247CBD;
	height:33px;
	line-height:16px;
	text-decoration:none;
	text-align:left;
	background-repeat: no-repeat;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
}
.rooll a {background-image: url(../img/login1.jpg);}
.rooll2 a {background-image: url(../img/login2.jpg);}
.rooll3 a {background-image: url(../img/login3.jpg);}
.rooll a:hover,
.rooll2 a:hover,
.rooll3 a:hover{
	color:#000066;
	background-image: url(../img/login-b.jpg);
	background-repeat: no-repeat;
}
