/* ----- 基本 -----*/
body {
	margin : 0px;
	padding : 0px;
	text-align : center;
	background-color : #fde8e8;
}

h1 {
	margin : 0px;
	padding : 5px 0px;
	font-size : 14pt;
}

h2 {
	margin : 0px;
	padding : 5px 0px;
	font-size : 12pt;
}

img {
	border : 0px;
}

a {
	text-decoration : none;
}

ul {

	list-style-type: none
;}

li {
	font-size : 11pt;
	line-height : 16pt;
}

strong {
	font-size : 12pt; 
	line-height : 20pt;
}


/* ----- 文字関係 -----*/
.text11 {
	font-size : 11pt;
	line-height : 16pt;
	margin : 0px 0px 5px 0px;
}

.text14 {
	font-size : 14pt;
	line-height : 18pt;
}



/* ----- float関係 -----*/
.cl { 
	clear : both;
}  

.cl hr {
	display : none;
}


/* ----- container ----- */
#container {
	width : 820px;
	height : auto;
	margin : 0px auto;
	padding : 20px 20px;
	text-align : left;
	background-color : #ffffff;
	border-left : 1px solid #fec4c4;
	border-right : 1px solid #fec4c4;
}


/* ----- ヘッダー部分 -----*/
#header {
	width : 800px;
	margin : 0px;
border : 1px solid;
}


/* ----- メイン部分 -----*/
#main {
	width : 800px;
	margin : 0px;
}


/* ----- メイン部分左位置 ----- */
#m_left {
	width : 200px;
	height : auto;
	margin : 0px;
	vertical-align : top;
}

#menu {
	margin : 10px 0px 30px 0px;
}


#name {
	padding : 0px 0px 0px 5px;
	font-size : 10pt;
	line-height : 14pt;
}


#add {
	padding : 5px 0px 0px 10px;
	font-size : 10pt;
	line-height : 14pt;
}


/* ----- メイン部分右位置 ----- */
#m_right {
	width : 530px;
	height : auto;
	margin : 0px;
	padding : 20px 0px 0px 50px;
	text-align : center;
	vertical-align : top;
}


/* ----- footer ----- */
#footer {
	width : 100%;
	margin : 0px;
	padding : 20px;
	font-size : 9pt;
	text-align : center;
}



