@charset "UTF-8";

#maincontents {
	width:515px;
	margin-left:8px;
	margin-right:8px;
}

#wrap {
/*	width:515px;*/
	width:484px;
	padding: 0 11px 0 20px ;
}

.c_contents a:link,a:visited {
	color :#0033ff;
}

.c_contents {
	width :484px;
	padding: 30px 0 20px 0;
	border-bottom : 1px dotted #999999;
}

.c_contents .left {
	width : 153px ;
	float : left ;
}

.c_contents .right {
/*	width : 331px ;*/
	width : 321px ;
	float : right ;
	padding : 0 0 0 10px;
}

.c_contents .right p {
	margin : 0 ;
	padding : 5px 0 0 0 ;
}


/*------------------------------------------------
	記事ページ
  ------------------------------------------------*/

#frame {
	width : 486px ;
	padding : 0 0 0 15px;
}

#frame p {
	margin : 0 ;
	padding : 0 ;
}

#frame p.cap {
	padding-top : 5px ;
	color : #666666 ;
}

/* 右に写真。テキストまわりこみ*/
.type1 {
/*	width : 486px ;*/
	width : 467px ;
	padding : 25px 8px 30px 11px;
	border-bottom : 1px dotted #999999;
}

.type1 .photo {
	float : right ;
	padding : 0 0 15px 20px;
}

/* 左に写真。テキストまわりこみ*/
.type2 {
/*	width : 486px ;*/
	width : 467px ;
	padding : 25px 11px 30px 8px;
	border-bottom : 1px dotted #999999;
}

.type2 .photo {
	float : left ;
	padding : 0 20px 15px 0;
	font-color : #666666 ;
}

/* 上に写真。下テキスト*/
.type3 {
/*	width : 486px ;*/
	width : 467px ;
	padding : 35px 11px 30px 8px;
	border-bottom : 1px dotted #999999;
}

.type3 .photo {
	width : 467px ;
	text-align : center ;
	padding-bottom : 15px ; 
}

/* 右に写真。まわりこみなし*/
.type4 {
/*	width : 486px ;*/
	width : 467px ;
	padding : 35px 11px 30px 8px;
	border-bottom : 1px dotted #999999;
}

.type4 .photo {
	float : right;
	width: 225px;
	padding-left : 29px ;
}

.type4 .text {
	float : left;
	width: 213px ;
	height : 150px ;
	margin : auto 0;
}

.type4 table tr td {
	margin:0 ;
	padding : 0;
}

/* 左に写真。まわりこみなし*/
.type5 {
/*	width : 486px ;*/
	width : 467px ;
	padding : 35px 11px 30px 8px;
	border-bottom : 1px dotted #999999;
}

.type5 .photo {
	float : left;
	width: 225px;
	padding-right : 29px ;
}

.type5 .text {
	float : left;
	width: 213px ;
	height : 150px ;
	margin : auto 0;
}

.type5 table tr td {
	margin:0 ;
	padding : 0;
}
