/* スタイル ---------------------- *//* 本体部分(base上書き) */.contents {	width  : 1000px;	position:relative;	background-color : #ccffff;}/* 文章本体部分*/.text_frame{	width  : 770px;	margin-left : 140px;	line-height:15pt;}/* 画像部分 */img{	padding : 10px;}/* 以下インデックス---------------------- *//* タイトル  */.pagetitle{	position : relative;	padding : 20px;	text-align : center;	font-size : 15pt;}/* コメント  */.comment{	width :500px;	font-size : 9pt;	margin-left : 140px;}/* タイトル  */.utoutitle{	margin-left : 100px;	padding : 10px;	width : 70%;		font-size : 20px;	font-family : cursive;	}/* メニュー  */.select_menubox{	margin-left : 100px;	padding : 10px;	width : 75%;	height : 325px;	background : #ffffff;	/* bottom */	border-bottom-style : solid;	border-bottom-width : 5px;	border-bottom-color : #00bfff;	/* right */		border-right-style : solid;	border-right-width : 15px;	border-right-color: #00bfff;	/* left */	border-left-style : solid;	border-left-width : 1px;	border-left-color: #00bfff;	/* top */	border-top-style : solid;	border-top-width : 1px;	border-top-color: #00bfff;	}/*コメント部分  */.comment_row{	font-size : 12px;	padding : 2px;}/* 選択項目  */.title_menu_row{	padding : 2px;	background : #aabbff;		/* bottom */	border-bottom-style : dotted;	border-bottom-width : 1px;	border-bottom-color : #daa520;	border-top-style : dotted;	border-top-width : 1px;	border-top-color : #daa520;}/* 選択項目  */.item_row{	padding : 2px;		/* bottom */	border-bottom-style : dotted;	border-bottom-width : 1px;	border-bottom-color : #daa520;}li{	margin-top : 20px;		/* bottom */	border-bottom-style : dotted;	border-bottom-width : 1px;	border-bottom-color : #daa520;}/*書いた人  */.utouauthor{	width : 100px;	float : left;	 /*選択項目を記述するため*/	display : inline;	font-size : 10px;}/* 選択項目 */.items{	padding -right : 5pt;	font-size : 10px;	right : 30px;}/* パラグラフ部分 */.para{	font-size : 9pt;	text-indent : 9pt;}/* 以下インナーフレーム----------- */iframe{	scrollbar-face-color : #ccffff;}.utoucontents {	background-color : #ccffff;}/* 以下投稿記事部分----------- */.topix_title {	margin-top : 5px;	color:#4169e1;				/* 文字色： */	font-weight:bold;			/* 太さ */	text-align:center;			/* 文字揃え */	font-size : 12pt;}.topix_contents{	margin-top : 20px;	color:#000000;				/* 文字色： */	font-size : 9pt;	line-height:15pt;	margin-left:5%;	margin-right:5%}.topix_back{	margin-top : 30px;	text-align:center;			/* 文字揃え */	font-size : 25px;}/* 以下全体---------------------- *//* リンク */a{}/* リンク */a:link{	text-decoration : none;	color : #008080;}/* 既訪リンク */a:visited{	text-decoration : none;	color : #008b8b;}/* 接触リンク */a:hover{	text-decoration : none;	color : #cd5c5c;	background-color:#f5fffa;}/* 選択リンク (うまくいかない？）a:active{	text-decoration : none;	color : #4682B4;}*/